diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-13 12:36:53 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-13 12:36:53 +0200 |
commit | 31565d78906577bf8582982e5492166e8edd3218 (patch) | |
tree | 7b22a7f2de471289657c8999f600caa028ea6979 /doc | |
parent | 4f0455c96bc918040de25e03f1a0ff39d9517dc6 (diff) | |
download | gitlab-ce-31565d78906577bf8582982e5492166e8edd3218.tar.gz |
Revert "added link to issue closing pattern in doc"
This reverts commit 903daedb5a963d55f8b2e836127958f92a1562a5.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/milestones.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md index cba4a7c484c..a6828728264 100644 --- a/doc/api/milestones.md +++ b/doc/api/milestones.md @@ -87,5 +87,3 @@ Parameters: - `id` (required) - The ID of a project - `milestone_id` (required) - The ID of a project milestone - -You can close multiple issues with one Merge Request by following the [issue closing pattern documentation](http://doc.gitlab.com/ce/customization/issue_closing.html). |