From 746378e66938b7f92011c2a834c2f475400d7962 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 26 Jul 2017 17:50:22 +0200 Subject: [PATCH] Drop stray references to lm-sensors.org lm-sensors.org is no more, point to the I2C Tools wiki page instead. --- README | 2 +- py-smbus/setup.py | 2 +- 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"],