diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-18 09:27:13 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-18 09:27:13 +0000 |
commit | 326e479b5f87a3c444b5dfee832f4f0916bbb6bb (patch) | |
tree | 225451d7202809fdf0d1ba39029af22eac2abf3d /doc | |
parent | 2f594206e2f86e332b5d6ff0426ad966efef33b3 (diff) | |
parent | f647a02e523131f483d001c7c08672bfa5aeb526 (diff) | |
download | gitlab-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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/wikis.md | 2 |
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 |