diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2025-11-04 11:44:03 -0800 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-11-05 11:23:39 -0700 |
| commit | 0c6636d8268f325d7cfaef3852951f47b018174b (patch) | |
| tree | 9af1ddf69810731f8116d0aec4760c0a8fbaf5b3 | |
| parent | 21d5c65d955f27efbf0dc62cd3eeebb9ba2ec61a (diff) | |
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>
| -rw-r--r-- | Documentation/w1/w1-netlink.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/w1/w1-netlink.rst b/Documentation/w1/w1-netlink.rst index be4f7b82dcb4..ff281713e626 100644 --- a/Documentation/w1/w1-netlink.rst +++ b/Documentation/w1/w1-netlink.rst @@ -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. |