Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-08 21:12:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-08 21:12:44 +0300
commit66b0c3d82e936f78e7f016bc0bf42d243d115efa (patch)
treea30a951e8e996896388be9939b9ae4757f1aca38 /doc/gitlab-basics
parent26b7ec2c6a7ffb01850dbecb0930b4f9412fe0f2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/index.md b/doc/gitlab-basics/index.md
index d2d0c4fad39..5e4ec0e8c51 100644
--- a/doc/gitlab-basics/index.md
+++ b/doc/gitlab-basics/index.md
@@ -27,7 +27,7 @@ The following are guides to basic GitLab functionality:
projects together.
- [Create a branch](create-branch.md), to make changes to files stored in a project's repository.
- [Feature branch workflow](feature_branch_workflow.md).
-- [Fork a project](../user/project/working_with_projects.md#fork-a-project), to duplicate projects so they can be worked on in parallel.
+- [Fork a project](../user/project/repository/forking_workflow.md#creating-a-fork), to duplicate projects so they can be worked on in parallel.
- [Add a file](add-file.md), to add new files to a project's repository.
- [Create an issue](../user/project/issues/managing_issues.md#create-a-new-issue),
to start collaborating within a project.