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'), ]