diff options
author | AlanCoopersmith <AlanCoopersmith@web> | 2022-08-03 22:58:34 +0000 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2022-08-03 22:58:34 +0000 |
commit | b99cdd89526f81b05a2897db9c1933f139d16d45 (patch) | |
tree | 3aa7f5a1f29c5babdc33df3049ab3908d643cf0b | |
parent | 0e6349aab69f01b4810dcafa6694cabf8188a528 (diff) |
Fix broken link to gitlab merge request docs
-rw-r--r-- | Development/Documentation/SubmittingPatches.mdwn | 2 |
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: |