From 894eb3fae23144afb7e9603d4833d556e14a2a03 Mon Sep 17 00:00:00 2001 From: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com> Date: Fri, 12 Jun 2026 09:43:17 +0000 Subject: [PATCH] docs: fix man pages branch reference Signed-off-by: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com> --- docs/man-pages.md | 4 ++-- mkdocs.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/man-pages.md b/docs/man-pages.md index 0155731..d82970d 100644 --- a/docs/man-pages.md +++ b/docs/man-pages.md @@ -49,7 +49,7 @@ These are the links to the `man-pages` for the `perf` tool: The latest source is available in the [perf-tools-next](https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/tree/tools/perf/Documentation?h=perf-tools-next) -tree under `tools/perf/Documents`. +tree under `tools/perf/Documentation`. - [perf](https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/tree/tools/perf/Documentation/perf.txt?h=perf-tools-next) - [perf annotate](https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/tree/tools/perf/Documentation/perf-annotate.txt?h=perf-tools-next) @@ -119,4 +119,4 @@ tree under `tools/perf/Documents`. ## Kernel Version -This page links the each document to the [`linux-next` kernel branch](https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git). +This page links the each document to the [`perf-tools-next`](https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git) branch of the perf tools tree. diff --git a/mkdocs.yml b/mkdocs.yml index 7b2879e..7114b16 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,6 +52,7 @@ markdown_extensions: - admonition - footnotes - meta + - pymdownx.superfences - toc: permalink: true