Skip to content

Commit ddb7705

Browse files
diederikdehaasJonathan Corbet
authored andcommitted
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]
1 parent bbc0611 commit ddb7705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mistakes occasionally made even by experienced developers.
2323
up in the reference section, then jump back to where you left off.
2424
..
2525
Find the latest rendered version of this text here:
26-
https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.rst.html
26+
https://docs.kernel.org/admin-guide/verify-bugs-and-bisect-regressions.html
2727
2828
The essence of the process (aka 'TL;DR')
2929
========================================

0 commit comments

Comments
 (0)