Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/contributing/first_contribution.md')
-rw-r--r--doc/development/contributing/first_contribution.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/contributing/first_contribution.md b/doc/development/contributing/first_contribution.md
index 3cf7f222fe4..4bebabbc125 100644
--- a/doc/development/contributing/first_contribution.md
+++ b/doc/development/contributing/first_contribution.md
@@ -302,7 +302,7 @@ Now you're ready to push changes from the community fork to the main GitLab repo
![Create merge request banner](img/mr_button.png)
Select **Create merge request**.
- If you don't see this message, on the left sidebar, select **Merge requests > New merge request**.
+ If you don't see this message, on the left sidebar, select **Code > Merge requests > New merge request**.
1. Take a look at the branch names. You should be merging from your branch
in the community fork to the `master` branch in the GitLab repository.