diff options
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/group_badges.md | 6 | ||||
-rw-r--r-- | doc/api/project_badges.md | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/doc/api/group_badges.md b/doc/api/group_badges.md index e9bb630b5bd..0d7d0fd9c42 100644 --- a/doc/api/group_badges.md +++ b/doc/api/group_badges.md @@ -1,7 +1,7 @@ # Group 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 @@ -192,5 +192,3 @@ Example response: "rendered_image_url": "https://shields.io/my/badge", } ``` - -[ce-17082]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17082 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 |