summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gitlab-basics/index.md')
-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 5e4ec0e8c51..5ba5366eafa 100644
--- a/doc/gitlab-basics/index.md
+++ b/doc/gitlab-basics/index.md
@@ -29,7 +29,7 @@ The following are guides to basic GitLab functionality:
- [Feature branch workflow](feature_branch_workflow.md).
- [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),
+- [Create an issue](../user/project/issues/managing_issues.md#create-an-issue),
to start collaborating within a project.
- [Create a merge request](../user/project/merge_requests/creating_merge_requests.md), to request changes made in a branch
be merged into a project's repository.