diff options
author | Diederik de Haas <[email protected]> | 2024-06-20 10:13:37 +0200 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2024-06-26 16:54:24 -0600 |
commit | ddb77059b270c7ea667d02eb88fd91fb47a9cb89 (patch) | |
tree | 136cbbf8cfaf5bc63f43ec23f521e8f1b64064e7 | |
parent | bbc0611a0fc43b29d5357bab2a7e309bc3202fc8 (diff) |
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 <[email protected]>
Reviewed-by: Thorsten Leemhuis <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst | 2 |
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') ======================================== |