diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-21 13:01:48 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-21 21:19:47 +0300 |
commit | 2029b9bacd2b415cb317907ab31c48ec183fb5ea (patch) | |
tree | bf7e19711177e75f4a70fee7b6c543ba98d8ae5b /doc/gitlab-basics/create-issue.md | |
parent | c2a7e7b8ac283f19ef324e93380ea1c802c6e7d0 (diff) | |
download | gitlab-ce-docs/issue-closing-pattern.tar.gz |
Change location and refactor issue closing pattern documentationdocs/issue-closing-pattern
Diffstat (limited to 'doc/gitlab-basics/create-issue.md')
-rw-r--r-- | doc/gitlab-basics/create-issue.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/create-issue.md b/doc/gitlab-basics/create-issue.md index 5221d85b661..c823213d451 100644 --- a/doc/gitlab-basics/create-issue.md +++ b/doc/gitlab-basics/create-issue.md @@ -24,4 +24,4 @@ You may assign the Issue to a user, add a milestone and add labels (they are all  -Your Issue will now be added to the Issue Tracker and will be ready to be reviewed. You can comment on it and mention the people involved. You can also link Issues to the Merge Requests where the Issues are solved. To do this, you can use an [Issue closing pattern](http://docs.gitlab.com/ce/customization/issue_closing.html). +Your Issue will now be added to the Issue Tracker and will be ready to be reviewed. You can comment on it and mention the people involved. You can also link Issues to the Merge Requests where the Issues are solved. To do this, you can use an [Issue closing pattern](../administration/issue_closing.md). |