Skip to content

Commit e4b612c

Browse files
committed
debugging: Update link to perf wiki
1 parent 0a441c0 commit e4b612c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ is doing. For example, to trace ``openat(), read()`` calls::
110110

111111
$ strace -e trace=openat,read -o strace.log -f /app/bin/<application-binary>
112112

113-
`Perf <https://perf.wiki.kernel.org/index.php/Main_Page>`_ requires
113+
`Perf <https://perfwiki.github.io/main/>`_ requires
114114
access to ``--filesystem=/sys`` to run::
115115

116116
$ flatpak run --command=perf --filesystem=/sys --filesystem=$(pwd) --devel $FLATPAK_ID record -v -- <command>

0 commit comments

Comments
 (0)