aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiederik de Haas <didi.debian@cknow.org>2024-06-20 10:13:37 +0200
committerJonathan Corbet <corbet@lwn.net>2024-06-26 16:54:24 -0600
commitddb77059b270c7ea667d02eb88fd91fb47a9cb89 (patch)
tree136cbbf8cfaf5bc63f43ec23f521e8f1b64064e7
parentdocs: Extend and refactor index of further kernel docs (diff)
downloadlinux-rng-ddb77059b270c7ea667d02eb88fd91fb47a9cb89.tar.xz
linux-rng-ddb77059b270c7ea667d02eb88fd91fb47a9cb89.zip
docs: verify/bisect: Fix rendered version URL
When rendering the documentation, the 'html' file extension replaces the 'rst' file extension, not add it. So remove the 'rst' part of the URL. Signed-off-by: Diederik de Haas <didi.debian@cknow.org> Reviewed-by: Thorsten Leemhuis <linux@leemhuis.info> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240620081355.11549-1-didi.debian@cknow.org
-rw-r--r--Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst b/Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst
index c389d4fd7599..6281eae9e6bc 100644
--- a/Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst
+++ b/Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst
@@ -23,7 +23,7 @@ mistakes occasionally made even by experienced developers.
up in the reference section, then jump back to where you left off.
..
Find the latest rendered version of this text here:
- https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.rst.html
+ https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html
The essence of the process (aka 'TL;DR')
========================================