diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-03-26 10:01:52 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-03-26 10:01:52 +0000 |
commit | b8c744a9038e0ee6987b525a9a09ab861ed4b447 (patch) | |
tree | 8a6b5a8eebebef26a2914d250d3418b2be7e5f4d | |
parent | 950310704122c6b688389fcbca2787fea1e26d2c (diff) | |
download | gitlab-ce-b8c744a9038e0ee6987b525a9a09ab861ed4b447.tar.gz |
Docs: Fix redirected link to be more direct
-rw-r--r-- | doc/gitlab-basics/add-merge-request.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/add-merge-request.md b/doc/gitlab-basics/add-merge-request.md index 5cc014419ad..7bb2e014738 100644 --- a/doc/gitlab-basics/add-merge-request.md +++ b/doc/gitlab-basics/add-merge-request.md @@ -8,7 +8,7 @@ request. For more information, check the --- 1. Before you start, you should have already [created a branch](create-branch.md) - and [pushed your changes](basic-git-commands.md) to GitLab. + and [pushed your changes](start-using-git.md#send-changes-to-gitlabcom) to GitLab. 1. Go to the project where you'd like to merge your changes and click on the **Merge requests** tab. 1. Click on **New merge request** on the right side of the screen. |