Re: [PATCH v1] Documentation/rtla: Convert links to RST format

From: Jonathan Corbet

Date: Thu Apr 09 2026 - 10:24:52 EST


Costa Shulyupin <costa.shul@xxxxxxxxxx> writes:

> Web links in the documentation are not properly displayed.
>
> In the man pages web links look like:
> Osnoise tracer documentation: < <https://www.kernel.org/doc/html/lat‐;
> est/trace/osnoise-tracer.html> >
>
> On web pages the URL caption is the URL itself.
>
> Convert tracer documentation links to RST anonymous hyperlink format
> for better rendering. Use newer docs.kernel.org instead of
> www.kernel.org/doc/html/latest for brevity.
>
> After the change, the links in the man pages look like:
> Osnoise tracer <https://docs.kernel.org/trace/osnoise-tracer.html>
>
> On web pages the captions are the titles of the links.
>
> Signed-off-by: Costa Shulyupin <costa.shul@xxxxxxxxxx>
> ---
> Documentation/tools/rtla/rtla-hwnoise.rst | 2 +-
> Documentation/tools/rtla/rtla-osnoise-hist.rst | 2 +-
> Documentation/tools/rtla/rtla-osnoise-top.rst | 2 +-
> Documentation/tools/rtla/rtla-osnoise.rst | 2 +-
> Documentation/tools/rtla/rtla-timerlat-hist.rst | 2 +-
> Documentation/tools/rtla/rtla-timerlat-top.rst | 2 +-
> Documentation/tools/rtla/rtla-timerlat.rst | 2 +-
> 7 files changed, 7 insertions(+), 7 deletions(-)

Applied, thanks.

jon