diff options
author | Mark Fletcher <mark@gitlab.com> | 2018-01-11 11:23:42 +0000 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2018-01-11 11:25:05 +0000 |
commit | d48df55177533922ad17913995203fb57c00289a (patch) | |
tree | 2eaad4f89097caa2762bc377fa36d2d15250e847 /doc/api/snippets.md | |
parent | 7f232d971a7c6f9c5831a5d9e907d6cf904d04d8 (diff) | |
download | gitlab-ce-d48df55177533922ad17913995203fb57c00289a.tar.gz |
Fix external links in Snippets API documentation
Diffstat (limited to 'doc/api/snippets.md')
-rw-r--r-- | doc/api/snippets.md | 5 |
1 files changed, 3 insertions, 2 deletions
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 |