summaryrefslogtreecommitdiff
path: root/docs/submittingpatches.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-06-27 10:21:45 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-28 09:06:57 +0000
commit5ee55b206af1a2eaf5ad23c8b8833c6fc49a96ea (patch)
tree70b40e3ad8fceeea6e3052e28a57c15ef68fe762 /docs/submittingpatches.rst
parent1d250bf2916df9497bec4a7d4e496dff76814bcc (diff)
downloadmesa-5ee55b206af1a2eaf5ad23c8b8833c6fc49a96ea.tar.gz
docs: fix internal references
It seems last time I tried to fix these, I missed a few spots. So let's try to get things right this time. Fixes: 429ff054917 ("docs/relnotes: update internal references") Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5671>
Diffstat (limited to 'docs/submittingpatches.rst')
-rw-r--r--docs/submittingpatches.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst
index 8cdebb5b785..e51105dc22f 100644
--- a/docs/submittingpatches.rst
+++ b/docs/submittingpatches.rst
@@ -8,8 +8,8 @@ Basic guidelines
- Patches should not mix code changes with code formatting changes
(except, perhaps, in very trivial cases.)
-- Code patches should follow Mesa `coding
- conventions <codingstyle.rst>`__.
+- Code patches should follow Mesa :doc:`coding
+ conventions <codingstyle>`.
- Whenever possible, patches should only affect individual Mesa/Gallium
components.
- Patches should never introduce build breaks and should be bisectable
@@ -331,7 +331,7 @@ broad discretion in rejecting patches that have been nominated.
numbers to represent your measurements.
If the patch complies with the rules it will be
-`cherry-picked <releasing.rst#pickntest>`__. Alternatively the release
+:ref:`cherry-picked <pickntest>`. Alternatively the release
manager will reply to the patch in question stating why the patch has
been rejected or would request a backport. The stable-release manager
may at times need to force-push changes to the stable branches, for