diff options
| author | LIU Haoyang <tttturtleruss@gmail.com> | 2026-03-08 18:08:50 +0800 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-03-09 10:10:24 -0600 |
| commit | 4fe1e1dcca07a8dfd9534bbb9bd40e5ea9f594cb (patch) | |
| tree | 2f0903472ea9d3f48e0cf7a7b1a32d555bbea5ff /Documentation/dev-tools | |
| parent | fcbf51dd164e52cac4df10bd0c7a08b6e08dd0f4 (diff) | |
| download | lwn-4fe1e1dcca07a8dfd9534bbb9bd40e5ea9f594cb.tar.gz lwn-4fe1e1dcca07a8dfd9534bbb9bd40e5ea9f594cb.zip | |
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>
Diffstat (limited to 'Documentation/dev-tools')
| -rw-r--r-- | Documentation/dev-tools/coccinelle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
