diff options
Diffstat (limited to 'doc/gitlab-basics/start-using-git.md')
-rw-r--r-- | doc/gitlab-basics/start-using-git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/start-using-git.md b/doc/gitlab-basics/start-using-git.md index 5fcaa68656f..cdcff148505 100644 --- a/doc/gitlab-basics/start-using-git.md +++ b/doc/gitlab-basics/start-using-git.md @@ -15,7 +15,7 @@ You can do many Git operations directly in GitLab. However, the command line is like fixing complex merge conflicts or rolling back commits. If you're new to Git and want to learn by working in your own project, -[learn how to make your first commit](../tutorials/make_your_first_git_commit.md). +[learn how to make your first commit](../tutorials/make_first_git_commit/index.md). For a quick reference of Git commands, download a [Git Cheat Sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf). |