Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/man-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ markdown_extensions:
- admonition
- footnotes
- meta
- pymdownx.superfences
- toc:
permalink: true

Expand Down