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