diff options
Diffstat (limited to 'doc/tutorials/learn_git.md')
-rw-r--r-- | doc/tutorials/learn_git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/learn_git.md b/doc/tutorials/learn_git.md index 484ab2b50b2..a5b52ef73e9 100644 --- a/doc/tutorials/learn_git.md +++ b/doc/tutorials/learn_git.md @@ -11,7 +11,7 @@ the most out of GitLab. | Topic | Description | Good for beginners | |-------|-------------|--------------------| -| [Make your first Git commit](make_your_first_git_commit.md) | Create a project, edit a file, and commit changes to a Git repository from the command line. | **{star}** | +| [Make your first Git commit](make_first_git_commit/index.md) | Create a project, edit a file, and commit changes to a Git repository from the command line. | **{star}** | | [Start using Git on the command line](../gitlab-basics/start-using-git.md) | Learn how to set up Git, clone repositories, and work with branches. | **{star}** | | [Take advantage of Git rebase](https://about.gitlab.com/blog/2022/10/06/take-advantage-of-git-rebase/)| Learn how to use the `rebase` command in your workflow. | | | [Git cheat sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf) | Download a PDF of common Git commands. | | |