Merge branch 'docs-fix-api-snippets-docs' into 'master'

Fix external links in Snippets API documentation

See merge request gitlab-org/gitlab-ce!16385
This commit is contained in:
Achilleas Pipinellis 2018-01-11 16:57:28 +00:00
commit 6e24b4ba18
1 changed files with 3 additions and 2 deletions

View File

@ -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