public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: verify/bisect: Fix rendered version URL
@ 2024-06-20  8:13 Diederik de Haas
  2024-06-20  9:00 ` Thorsten Leemhuis
  2024-06-26 22:54 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Diederik de Haas @ 2024-06-20  8:13 UTC (permalink / raw)
  To: Thorsten Leemhuis, Jonathan Corbet
  Cc: linux-doc, linux-kernel, Diederik de Haas

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>
---
 .../admin-guide/verify-bugs-and-bisect-regressions.rst          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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')
 ========================================
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-26 22:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20  8:13 [PATCH] docs: verify/bisect: Fix rendered version URL Diederik de Haas
2024-06-20  9:00 ` Thorsten Leemhuis
2024-06-26 22:54 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox