From 2b5889697d4837bccaa4d43d8aab3fd1ac55d7b0 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 22 Mar 2026 09:32:33 +0100 Subject: [PATCH] docs: replace html redirects with http redirects Part-of: --- docs/_extra/_redirects | 4 ++++ docs/conf.py | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/_extra/_redirects b/docs/_extra/_redirects index 889d48fddc7..3bbf34c7342 100644 --- a/docs/_extra/_redirects +++ b/docs/_extra/_redirects @@ -1,3 +1,7 @@ +/webmaster.html https://www.mesa3d.org/website/ +/developers.html https://www.mesa3d.org/developers/ +/thanks.html https://gitlab.freedesktop.org/mesa/mesa/-/blob/amber/docs/thanks.rst + /drivers/vmware-guest.html /drivers/svga3d.html 301 /gallium/drivers/freedreno.html /drivers/freedreno.html 301 /gallium/drivers/freedreno/ir3-notes.html /drivers/freedreno/ir3-notes.html 301 diff --git a/docs/conf.py b/docs/conf.py index 5a10bad2081..57af3f8777b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,9 +124,6 @@ html_extra_path = [ ] html_redirects = [ - ('webmaster', 'https://www.mesa3d.org/website/'), - ('developers', 'https://www.mesa3d.org/developers/'), - ('thanks', 'https://gitlab.freedesktop.org/mesa/mesa/-/blob/amber/docs/thanks.rst'), ]