summaryrefslogtreecommitdiff
path: root/docs/submittingpatches.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/submittingpatches.html')
-rw-r--r--docs/submittingpatches.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index 15674291d08..fb614a790b6 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -76,7 +76,7 @@ platform.
<li>If a patch addresses an issue in gitlab, use the Closes: tag
For example:
<pre>
-Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1
+Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1
</pre>
<p>Prefer the full url to just <code>Closes: #1</code>, since the url makes it
easier to get to the bug page from <code>git log</code></p>
@@ -215,7 +215,7 @@ Patches are submitted to the Mesa project via a
<p>
To participate in code review, you can monitor the GitLab Mesa
- <a href="https://gitlab.freedesktop.org/mesa/mesa/merge_requests">Merge
+ <a href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests">Merge
Requests</a> page, and/or register for notifications in your gitlab
settings.
</p>