summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-18 09:27:13 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-18 09:27:13 +0000
commit326e479b5f87a3c444b5dfee832f4f0916bbb6bb (patch)
tree225451d7202809fdf0d1ba39029af22eac2abf3d
parent2f594206e2f86e332b5d6ff0426ad966efef33b3 (diff)
parentf647a02e523131f483d001c7c08672bfa5aeb526 (diff)
downloadgitlab-ce-326e479b5f87a3c444b5dfee832f4f0916bbb6bb.tar.gz
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