summaryrefslogtreecommitdiff
path: root/doc/tutorials
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-31 12:13:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-31 12:13:01 +0000
commit3034c7e6aa99d21c3d9fa1df01f60fdd3f32d914 (patch)
tree424f5a291abf1a93ff9870667ecb301b899972fc /doc/tutorials
parent6170bdc060501ecf6f817a530b3dc9f2e39ad4c3 (diff)
downloadgitlab-ce-3034c7e6aa99d21c3d9fa1df01f60fdd3f32d914.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/tutorials')
-rw-r--r--doc/tutorials/make_your_first_git_commit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/make_your_first_git_commit.md b/doc/tutorials/make_your_first_git_commit.md
index be9023c6ae0..fafc440c6a3 100644
--- a/doc/tutorials/make_your_first_git_commit.md
+++ b/doc/tutorials/make_your_first_git_commit.md
@@ -238,7 +238,7 @@ to the default branch (`main`).
NOTE:
For this tutorial, you merge your branch directly to the default branch for your
-repository. In GitLab, you typically use a [merge request](../user/project/merge_requests/)
+repository. In GitLab, you typically use a [merge request](../user/project/merge_requests/index.md)
to merge your branch.
### View your changes in GitLab