[PATCH] docs: verify/bisect: Fix rendered version URL

Diederik de Haas posted 1 patch 1 year, 5 months ago
.../admin-guide/verify-bugs-and-bisect-regressions.rst          | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: verify/bisect: Fix rendered version URL
Posted by Diederik de Haas 1 year, 5 months ago
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
Re: [PATCH] docs: verify/bisect: Fix rendered version URL
Posted by Jonathan Corbet 1 year, 5 months ago
Diederik de Haas <didi.debian@cknow.org> writes:

> 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

Applied, thanks.

jon
Re: [PATCH] docs: verify/bisect: Fix rendered version URL
Posted by Thorsten Leemhuis 1 year, 5 months ago
On 20.06.24 10:13, Diederik de Haas wrote:
> -   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

Many thx.

Reviewed-by: Thorsten Leemhuis <linux@leemhuis.info>

Ciao, Thorsten