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>master
parent
fcbf51dd16
commit
4fe1e1dcca
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue