diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-31 12:13:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-31 12:13:01 +0000 |
commit | 3034c7e6aa99d21c3d9fa1df01f60fdd3f32d914 (patch) | |
tree | 424f5a291abf1a93ff9870667ecb301b899972fc /doc/tutorials | |
parent | 6170bdc060501ecf6f817a530b3dc9f2e39ad4c3 (diff) | |
download | gitlab-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.md | 2 |
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 |