From: LIU Haoyang Date: Sun, 8 Mar 2026 10:08:50 +0000 (+0800) Subject: docs/dev-tools: fix a broken URL in dev-tools/coccinelle.rst X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fe1e1dcca07a8dfd9534bbb9bd40e5ea9f594cb;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Dongliang Mu Signed-off-by: Jonathan Corbet Message-ID: <20260308100851.341-1-tttturtleruss@gmail.com> --- diff --git a/Documentation/dev-tools/coccinelle.rst b/Documentation/dev-tools/coccinelle.rst index 2b942e3c80496..f73ccf5397f3f 100644 --- a/Documentation/dev-tools/coccinelle.rst +++ b/Documentation/dev-tools/coccinelle.rst @@ -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.