diff options
Diffstat (limited to 'doc/api/project_badges.md')
-rw-r--r-- | doc/api/project_badges.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/api/project_badges.md b/doc/api/project_badges.md index 36189b71d5d..94389273e9c 100644 --- a/doc/api/project_badges.md +++ b/doc/api/project_badges.md @@ -1,7 +1,7 @@ # Project badges API -> **Notes:** -> [Introduced][ce-17082] in GitLab 10.6. +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17082) +in GitLab 10.6. ## Placeholder tokens @@ -189,5 +189,3 @@ Example response: "rendered_image_url": "https://shields.io/my/badge", } ``` - -[ce-17082]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17082 |