Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: w1: fix w1-netlink invalid URL

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>

authored by

Randy Dunlap and committed by
Jonathan Corbet
0c6636d8 21d5c65d

+1 -1
+1 -1
Documentation/w1/w1-netlink.rst
··· 196 196 ============================================== 197 197 198 198 1. Documentation/driver-api/connector.rst 199 - 2. http://www.ioremap.net/archive/w1 199 + 2. https://github.com/bioothod/w1 200 200 201 201 This archive includes userspace application w1d.c which uses 202 202 read/write/search commands for all master/slave devices found on the bus.