summaryrefslogtreecommitdiff
path: root/doc/intro/README.md
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-07-04 00:55:35 +0000
committerEvan Read <eread@gitlab.com>2019-07-04 00:55:35 +0000
commit4efc8574cb45369797cf902d4e9676506a6e4cf7 (patch)
tree1f6eae35a6a899c297473607db8c45b6706833b2 /doc/intro/README.md
parentc55bbef97534cabecd6427b7685ec0a7cc52ddd6 (diff)
downloadgitlab-ce-4efc8574cb45369797cf902d4e9676506a6e4cf7.tar.gz
Fix notes and update links to issues doc
After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
Diffstat (limited to 'doc/intro/README.md')
-rw-r--r--doc/intro/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro/README.md b/doc/intro/README.md
index d9c733d4285..9a8cd925e48 100644
--- a/doc/intro/README.md
+++ b/doc/intro/README.md
@@ -15,7 +15,7 @@ Create projects and groups.
Create issues, labels, milestones, cast your vote, and review issues.
-- [Create an issue](../user/project/issues/create_new_issue.md)
+- [Create an issue](../user/project/issues/managing_issues.md#create-a-new-issue)
- [Assign labels to issues](../user/project/labels.md)
- [Use milestones as an overview of your project's tracker](../user/project/milestones/index.md)
- [Use voting to express your like/dislike to issues and merge requests](../workflow/award_emoji.md)
@@ -26,7 +26,7 @@ Create merge requests and review code.
- [Fork a project and contribute to it](../workflow/forking_workflow.md)
- [Create a new merge request](../gitlab-basics/add-merge-request.md)
-- [Automatically close issues from merge requests](../user/project/issues/automatic_issue_closing.md)
+- [Automatically close issues from merge requests](../user/project/issues/managing_issues.md#closing-issues-automatically)
- [Automatically merge when pipeline succeeds](../user/project/merge_requests/merge_when_pipeline_succeeds.md)
- [Revert any commit](../user/project/merge_requests/revert_changes.md)
- [Cherry-pick any commit](../user/project/merge_requests/cherry_pick_changes.md)