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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-01 06:07:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-01 06:07:57 +0300
commit1dffba3bd853076efc1107b2dd63e221e75a210c (patch)
tree7d95f222bad46bacb4cb7490e44ce7cf51b6e2b7 /doc/api/project_snippets.md
parent396ad86100541bed6bc9960541a7dcddfaddd6de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/project_snippets.md')
-rw-r--r--doc/api/project_snippets.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/api/project_snippets.md b/doc/api/project_snippets.md
index 39df2925a1e..9a37c675615 100644
--- a/doc/api/project_snippets.md
+++ b/doc/api/project_snippets.md
@@ -183,7 +183,7 @@ curl https://gitlab.com/api/v4/projects/:id/snippets/:snippet_id/raw \
## Get user agent details
-> [Introduced][ce-29508] in GitLab 9.4.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/29508) in GitLab 9.4.
Available only for admins.
@@ -211,5 +211,3 @@ Example response:
"akismet_submitted": false
}
```
-
-[ce-29508]: https://gitlab.com/gitlab-org/gitlab-foss/issues/29508