diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-24 09:08:32 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-24 09:08:32 +0000 |
commit | 9b984f55eef568b6a15c3a125e0cf66f35678e5a (patch) | |
tree | ee7e1eb42f27400dd74bb44bb595263af2d72fc1 /doc/gitlab-basics | |
parent | 83a9f472b8b523619519a1834176165c9f1532f7 (diff) | |
download | gitlab-ce-9b984f55eef568b6a15c3a125e0cf66f35678e5a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/gitlab-basics')
-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 7fa84bf45bd..38376f4334f 100644 --- a/doc/gitlab-basics/start-using-git.md +++ b/doc/gitlab-basics/start-using-git.md @@ -93,7 +93,7 @@ This creates a `.git` directory that contains the Git configuration files. Once the directory has been initialized, you can [add a remote repository](#add-a-remote-repository) and [send changes to GitLab.com](#send-changes-to-gitlabcom). You will also need to -[create a new project in GitLab](../gitlab-basics/create-project.html#push-to-create-a-new-project) +[create a new project in GitLab](../gitlab-basics/create-project.md#push-to-create-a-new-project) for your Git repository. ### Clone a repository |