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

Configure Feed

Select the types of activity you want to include in your feed.

docs/dev-tools: fix a broken URL in dev-tools/coccinelle.rst

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>

authored by

LIU Haoyang and committed by
Jonathan Corbet
4fe1e1dc fcbf51dd

+1 -1
+1 -1
Documentation/dev-tools/coccinelle.rst
··· 61 61 62 62 For supplemental documentation refer to the wiki: 63 63 64 - https://bottest.wiki.kernel.org/coccicheck 64 + https://bottest.wiki.kernel.org/coccicheck.html 65 65 66 66 The wiki documentation always refers to the linux-next version of the script. 67 67