]> Gentwo Git Trees - linux/.git/commitdiff
docs: w1: fix w1-netlink invalid URL
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 4 Nov 2025 19:44:03 +0000 (11:44 -0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 5 Nov 2025 18:23:39 +0000 (11:23 -0700)
The URL in w1-netlink.rst for an example userspace application
has changed. The former URL is no longer valid. Update it to the
github URL.

Fixes: e4e056aa3518 ("w1: documentation update")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251104194403.945611-1-rdunlap@infradead.org>

Documentation/w1/w1-netlink.rst

index be4f7b82dcb435ed45e027b601042de67fd531f6..ff281713e626e6f6784b9f8b52fdc625337a53f2 100644 (file)
@@ -196,7 +196,7 @@ Additional documentation, source code examples
 ==============================================
 
 1. Documentation/driver-api/connector.rst
-2. http://www.ioremap.net/archive/w1
+2. https://github.com/bioothod/w1
 
    This archive includes userspace application w1d.c which uses
    read/write/search commands for all master/slave devices found on the bus.