docs: update link to perf wiki

https://perf.wiki.kernel.org/ is now a permanent http redirect to
https://perfwiki.github.io/, which itself is an html redirect to
https://perfwiki.github.io/main/, but let's just link to the root and
let the second redirection be a detail on their side.

Since the second redirection is not an http redirection, it won't light
up the linkcheck, so we don't have to add an equivalent line to what was
previously there.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31824>
This commit is contained in:
Eric Engestrom 2024-10-24 13:46:11 +02:00 committed by Marge Bot
parent 4579586c66
commit bf0c24da2d
2 changed files with 1 additions and 2 deletions

View File

@ -148,7 +148,6 @@ linkcheck_allowed_redirects = {
# Pages that forward the front-page to a wiki or some explore-page # Pages that forward the front-page to a wiki or some explore-page
'https://www.freedesktop.org': 'https://www.freedesktop.org/wiki/', 'https://www.freedesktop.org': 'https://www.freedesktop.org/wiki/',
'https://x.org': 'https://x.org/wiki/', 'https://x.org': 'https://x.org/wiki/',
'https://perf.wiki.kernel.org/': 'https://perf.wiki.kernel.org/index.php/Main_Page',
'https://dri.freedesktop.org/': 'https://dri.freedesktop.org/wiki/', 'https://dri.freedesktop.org/': 'https://dri.freedesktop.org/wiki/',
'https://gitlab.freedesktop.org/': 'https://gitlab.freedesktop.org/explore/groups', 'https://gitlab.freedesktop.org/': 'https://gitlab.freedesktop.org/explore/groups',
'https://www.sphinx-doc.org/': 'https://www.sphinx-doc.org/en/master/', 'https://www.sphinx-doc.org/': 'https://www.sphinx-doc.org/en/master/',

View File

@ -237,7 +237,7 @@ Linux perf integration
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
On Linux, it is possible to have symbol resolution of JIT code with On Linux, it is possible to have symbol resolution of JIT code with
`Linux perf <https://perf.wiki.kernel.org/>`__: `Linux perf <https://perfwiki.github.io/main/>`__:
:: ::