docs: replace html redirects with http redirects
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40559>
This commit is contained in:
parent
d81a70b3af
commit
2b5889697d
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue