Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2018-01-11 14:23:42 +0300
committerMark Fletcher <mark@gitlab.com>2018-01-11 14:25:05 +0300
commitd48df55177533922ad17913995203fb57c00289a (patch)
tree2eaad4f89097caa2762bc377fa36d2d15250e847 /doc/api/snippets.md
parent7f232d971a7c6f9c5831a5d9e907d6cf904d04d8 (diff)
Fix external links in Snippets API documentation
Diffstat (limited to 'doc/api/snippets.md')
-rw-r--r--doc/api/snippets.md5
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