docs: fix edit-links

When making a custom-theme, I accidentally hard-coded the edit-URL to
point to the index-file in the mesa3d.org repo instead of pointing to
the correct file in our docs. This fixes that, so the "Edit this
page"-links in the footer works the same way as the old "Edit on
GitLab"-links did.

Fixes: 7da0482636 ("docs: add custom html theme")
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22791>
This commit is contained in:
Erik Faye-Lund
2023-05-02 10:07:45 +02:00
committed by Marge Bot
parent 2cbc24b9da
commit efc94390f7

View File

@@ -129,7 +129,7 @@
<div class="col-12 col-lg-3">
<p>Hosted by <a href="https://www.freedesktop.org/">Freedesktop.org</a></p>
<p><a href="https://gitlab.freedesktop.org/mesa/mesa3d.org/-/blob/main/content/_index.html">Edit this page</a></p>
<p><a href="https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/docs/{{ pagename }}{{ page_source_suffix }}">Edit this page</a></p>
</div>
</div>