From d48df55177533922ad17913995203fb57c00289a Mon Sep 17 00:00:00 2001 From: Mark Fletcher Date: Thu, 11 Jan 2018 11:23:42 +0000 Subject: Fix external links in Snippets API documentation --- doc/api/snippets.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/api') diff --git a/doc/api/snippets.md b/doc/api/snippets.md index fdafbfb5b9e..b6a2833bb42 100644 --- a/doc/api/snippets.md +++ b/doc/api/snippets.md @@ -2,7 +2,7 @@ > [Introduced][ce-6373] in GitLab 8.15. -### Snippet visibility level +## Snippet visibility level Snippets in GitLab can be either private, internal, or public. You can set it with the `visibility` field in the snippet. @@ -265,4 +265,5 @@ Example response: } ``` -[ce-[ce-29508]: https://gitlab.com/gitlab-org/gitlab-ce/issues/29508]: https://gitlab.com/gitlab-org/gitlab-ce/issues/29508 +[ce-6373]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6373 +[ce-29508]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12655 -- cgit v1.2.1