diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-11 16:57:28 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-11 16:57:28 +0000 |
commit | 6e24b4ba1843723082fd50ba13750bc941ab5f8e (patch) | |
tree | ff27f999829a3a836a9d313164ef51a25149428c /doc/api | |
parent | 2c27117a4e9bf68108447ec59775a52655a0027a (diff) | |
parent | d48df55177533922ad17913995203fb57c00289a (diff) | |
download | gitlab-ce-6e24b4ba1843723082fd50ba13750bc941ab5f8e.tar.gz |
Merge branch 'docs-fix-api-snippets-docs' into 'master'
Fix external links in Snippets API documentation
See merge request gitlab-org/gitlab-ce!16385
Diffstat (limited to 'doc/api')
-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 e57143e4215..42b760c107d 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. @@ -273,4 +273,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 |