Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-18 12:27:13 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-09-19 09:47:34 +0300
commit95e1a5d2af0ebbd0cf54dad5a038955130e33725 (patch)
tree71f6b4acbd7e8dc07d64745459f235bb361818bd
parente76748365a2e83f67a035273b9a2f15b10cab7e5 (diff)
Merge branch 'fix_wiki_md' into 'master'
Fix broken link in docs/api/wiki.md See merge request gitlab-org/gitlab-ce!14296
-rw-r--r--doc/api/wikis.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/wikis.md b/doc/api/wikis.md
index 10eebc4a3c1..15ce5f96b60 100644
--- a/doc/api/wikis.md
+++ b/doc/api/wikis.md
@@ -155,3 +155,5 @@ curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gi
```
On success the HTTP status code is `204` and no JSON response is expected.
+
+[ce-13372]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13372