diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-11-22 17:14:08 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-11-22 17:45:30 +0100 |
commit | 0b22169fc33854f32699ad9fe5f9a9dc98318f2f (patch) | |
tree | f5cf122ed5ac1983b8142f844de7a6640fa81761 /doc | |
parent | 743fd67f73875dac071287ef8bb91a2392359ba3 (diff) | |
download | gitlab-ce-0b22169fc33854f32699ad9fe5f9a9dc98318f2f.tar.gz |
Cross link default branch docs to issue closing pattern docsdocs/cross-link-default-branch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/issues/automatic_issue_closing.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/project/issues/automatic_issue_closing.md b/doc/user/project/issues/automatic_issue_closing.md index 402a2a3c727..b9607243c8a 100644 --- a/doc/user/project/issues/automatic_issue_closing.md +++ b/doc/user/project/issues/automatic_issue_closing.md @@ -12,8 +12,9 @@ in the project's default branch. If a commit message or merge request description contains a sentence matching a certain regular expression, all issues referenced from the matched text will -be closed. This happens when the commit is pushed to a project's **default** -branch, or when a commit or merge request is merged into it. +be closed. This happens when the commit is pushed to a project's +[**default** branch](../repository/branches/index.md#default-branch), or when a +commit or merge request is merged into it. ## Default closing pattern value |