summaryrefslogtreecommitdiff
path: root/Development
diff options
context:
space:
mode:
authorAlanCoopersmith <AlanCoopersmith@web>2022-08-03 22:58:34 +0000
committerIkiWiki <ikiwiki.info>2022-08-03 22:58:34 +0000
commitb99cdd89526f81b05a2897db9c1933f139d16d45 (patch)
tree3aa7f5a1f29c5babdc33df3049ab3908d643cf0b /Development
parent0e6349aab69f01b4810dcafa6694cabf8188a528 (diff)
Fix broken link to gitlab merge request docs
Diffstat (limited to 'Development')
-rw-r--r--Development/Documentation/SubmittingPatches.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Development/Documentation/SubmittingPatches.mdwn b/Development/Documentation/SubmittingPatches.mdwn
index b09babd2..edb60fa6 100644
--- a/Development/Documentation/SubmittingPatches.mdwn
+++ b/Development/Documentation/SubmittingPatches.mdwn
@@ -11,7 +11,7 @@ Take a look at this [[example commit|http://cgit.freedesktop.org/xorg/xserver/co
The patch submitter does the following:
* Commit code changes to the local repository using the [[git-commit|http://www.kernel.org/pub/software/scm/git/docs/git-commit.html]] command
-* Create a [[merge request|https://gitlab.freedesktop.org/help/gitlab-basics/add-merge-request.md]] in the freedesktop.org gitlab
+* Create a [[merge request|https://gitlab.freedesktop.org/help/user/project/merge_requests/getting_started.md]] in the freedesktop.org gitlab
The reviewers do one of the following: