]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs/dev-tools: fix a broken URL in dev-tools/coccinelle.rst
authorLIU Haoyang <tttturtleruss@gmail.com>
Sun, 8 Mar 2026 10:08:50 +0000 (18:08 +0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 9 Mar 2026 16:10:24 +0000 (10:10 -0600)
The original supplemental documentation for coccicheck is
https://bottest.wiki.kernel.org/coccicheck, which redirects to a not found page,
thus change it to https://bottest.wiki.kernel.org/coccicheck.html,
which adds a suffix to original URL to make it direct to the right page.

Signed-off-by: LIU Haoyang <tttturtleruss@gmail.com>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260308100851.341-1-tttturtleruss@gmail.com>

Documentation/dev-tools/coccinelle.rst

index 2b942e3c804966cec86ef9768b523e1557af8773..f73ccf5397f3f29d8f2003ef3653b613b1f263d7 100644 (file)
@@ -61,7 +61,7 @@ Supplemental documentation
 
 For supplemental documentation refer to the wiki:
 
-https://bottest.wiki.kernel.org/coccicheck
+https://bottest.wiki.kernel.org/coccicheck.html
 
 The wiki documentation always refers to the linux-next version of the script.