aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-07-26 17:50:22 +0200
committerJean Delvare <jdelvare@suse.de>2017-07-26 17:50:22 +0200
commit746378e66938b7f92011c2a834c2f475400d7962 (patch)
treee41eeb6098c4346cc430a17612aa855352465200
parentcb5ad58d3c25700c9d4d588ae354c8dadada37bb (diff)
downloadi2c-tools-746378e66938b7f92011c2a834c2f475400d7962.tar.gz
Drop stray references to lm-sensors.org
lm-sensors.org is no more, point to the I2C Tools wiki page instead.
-rw-r--r--README2
-rw-r--r--py-smbus/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ff89509..4ccdf5b 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ applications. The tools and library compile, run and have been tested on
GNU/Linux.
The latest version of the code can be downloaded from:
- http://www.lm-sensors.org/wiki/I2CTools
+ https://i2c.wiki.kernel.org/index.php/I2C_Tools
CONTENTS
diff --git a/py-smbus/setup.py b/py-smbus/setup.py
index 632b235..28a4500 100644
--- a/py-smbus/setup.py
+++ b/py-smbus/setup.py
@@ -10,7 +10,7 @@ setup( name="smbus",
maintainer="Mark M. Hoffman",
maintainer_email="linux-i2c@vger.kernel.org",
license="GPLv2",
- url="http://lm-sensors.org/",
+ url="https://i2c.wiki.kernel.org/index.php/I2C_Tools",
ext_modules=[Extension(
"smbus",
["smbusmodule.c"],