docs: restore accidentally dropped labels

These were accidentally dropped when cleaning up the TOC, making links to
them dead. Because we used plain links, sphinx didn't inform us that
these became dead. Let's restore them.

Fixes: 14f2a81b6f ("docs: drop open-coded toc for articles")
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5671>
This commit is contained in:
Erik Faye-Lund 2020-06-27 09:48:48 +02:00 committed by Marge Bot
parent 05e61a9157
commit 1d250bf291
2 changed files with 4 additions and 0 deletions

View File

@ -401,6 +401,8 @@ For those coming from autotools be aware of the following:
are disabled. This is unrelated to the ``buildtype``; setting the
latter to ``release`` will not turn off assertions.
.. _cross-compilation:
4. Cross-compilation and 32-bit builds
--------------------------------------

View File

@ -1,6 +1,8 @@
Submitting Patches
==================
.. _guidelines:
Basic guidelines
----------------