summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-05-03 15:12:42 +0200
committerMarge Bot <emma+marge@anholt.net>2023-05-04 07:22:56 +0000
commit9e75abb61b1f926df794b6f9c365c67dc552279d (patch)
tree7988899d2e3617a0f4c933982f94c584bd111166 /docs
parent360feea99cc64a41bb4d2ac8d17e907cab7191e6 (diff)
downloadmesa-9e75abb61b1f926df794b6f9c365c67dc552279d.tar.gz
docs: fixup About Mesa3D.org link
This link is supposed to point to www.mesa3d.org, not docs.mesa3d.org. Let's fix it up! Fixes: 7da0482636a ("docs: add custom html theme") Reviewed-by: Marcin Ĺšlusarz <marcin.slusarz@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22825>
Diffstat (limited to 'docs')
-rw-r--r--docs/mesa3d_theme/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mesa3d_theme/layout.html b/docs/mesa3d_theme/layout.html
index d86433fa407..697b942b27e 100644
--- a/docs/mesa3d_theme/layout.html
+++ b/docs/mesa3d_theme/layout.html
@@ -121,7 +121,7 @@
<div class="col-12 col-lg-3">
<h6 class="text-body">More</h6>
<ul class="list-unstyled">
- <li><a href="/website/">About Mesa3D.org</a></li>
+ <li><a href="https://www.mesa3d.org/website/">About Mesa3D.org</a></li>
<li><a href="https://docs.mesa3d.org/thanks.html">Acknowledgements</a></li>
<li><a href="https://dri.freedesktop.org/wiki/">Mesa / DRI Wiki</a></li>
</ul>