From f647a02e523131f483d001c7c08672bfa5aeb526 Mon Sep 17 00:00:00 2001 From: "Vitaliy @blackst0ne Klachkov" Date: Fri, 15 Sep 2017 22:27:57 +1100 Subject: [PATCH] Fix broken link in docs/api/wiki.md --- doc/api/wikis.md | 2 ++ 1 file changed, 2 insertions(+) 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