summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/add-merge-request.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gitlab-basics/add-merge-request.md')
-rw-r--r--doc/gitlab-basics/add-merge-request.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/gitlab-basics/add-merge-request.md b/doc/gitlab-basics/add-merge-request.md
index 236b4248ea2..082d1408aa2 100644
--- a/doc/gitlab-basics/add-merge-request.md
+++ b/doc/gitlab-basics/add-merge-request.md
@@ -6,31 +6,31 @@ To create a new Merge Request, sign in to GitLab.
Go to the project where you'd like to merge your changes:
-![Select a project](basicsimages/select_project.png)
+![Select a project](img/select_project.png)
Click on "Merge Requests" on the left side of your screen:
-![Merge requests](basicsimages/merge_requests.png)
+![Merge requests](img/merge_requests.png)
Click on "+ new Merge Request" on the right side of the screen:
-![New Merge Request](basicsimages/new_merge_request.png)
+![New Merge Request](img/new_merge_request.png)
Select a source branch or branch:
-![Select a branch](basicsimages/select_branch.png)
+![Select a branch](img/select_branch.png)
Click on the "compare branches" button:
-![Compare branches](basicsimages/compare_branches.png)
+![Compare branches](img/compare_branches.png)
Add a title and a description to your Merge Request:
-![Add a title and description](basicsimages/title_description_mr.png)
+![Add a title and description](img/title_description_mr.png)
Select a user to review your Merge Request and to accept or close it. You may also select milestones and labels (they are optional). Then click on the "submit new Merge Request" button:
-![Add a new merge request](basicsimages/add_new_merge_request.png)
+![Add a new merge request](img/add_new_merge_request.png)
Your Merge Request will be ready to be approved and published.
@@ -39,4 +39,4 @@ Your Merge Request will be ready to be approved and published.
After you created a new branch, you'll immediately find a "create a Merge Request" button at the top of your screen.
You may automatically create a Merge Request from your recently created branch when clicking on this button:
-![Automatic MR button](basicsimages/button-create-mr.png)
+![Automatic MR button](img/button-create-mr.png)