workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/dev-tools: fix a broken URL in dev-tools/coccinelle.rst
@ 2026-03-08 10:08 LIU Haoyang
  2026-03-09  1:22 ` Dongliang Mu
  2026-03-09 16:10 ` Jonathan Corbet
  0 siblings, 2 replies; 6+ messages in thread
From: LIU Haoyang @ 2026-03-08 10:08 UTC (permalink / raw)
  To: Julia Lawall, Nicolas Palix, Jonathan Corbet, Shuah Khan
  Cc: LIU Haoyang, cocci, workflows, linux-doc, linux-kernel

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>
---
 Documentation/dev-tools/coccinelle.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/coccinelle.rst b/Documentation/dev-tools/coccinelle.rst
index 2b942e3c8049..f73ccf5397f3 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.
 
-- 
2.53.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-10  7:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-08 10:08 [PATCH] docs/dev-tools: fix a broken URL in dev-tools/coccinelle.rst LIU Haoyang
2026-03-09  1:22 ` Dongliang Mu
2026-03-09 16:10 ` Jonathan Corbet
2026-03-09 16:28   ` Haoyang Liu
2026-03-10  0:10     ` Nicolas Palix
2026-03-10  7:39       ` Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox