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/user/project/badges.md
parent396ad86100541bed6bc9960541a7dcddfaddd6de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/badges.md')
-rw-r--r--doc/user/project/badges.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/user/project/badges.md b/doc/user/project/badges.md
index db882cb25d5..6994f16cf52 100644
--- a/doc/user/project/badges.md
+++ b/doc/user/project/badges.md
@@ -4,8 +4,9 @@
Badges are a unified way to present condensed pieces of information about your
projects. They consist of a small image and additionally a URL that the image
-points to. Examples for badges can be the [pipeline status], [test coverage],
-or ways to contact the project maintainers.
+points to. Examples for badges can be the [pipeline status](../../ci/pipelines/settings.md#pipeline-status-badge),
+[test coverage](../../ci/pipelines/settings.md#test-coverage-report-badge), or ways to contact the
+project maintainers.
![Badges on Project overview page](img/project_overview_badges.png)
@@ -73,6 +74,3 @@ using these placeholders if the information is sensitive.
You can also configure badges via the GitLab API. As in the settings, there is
a distinction between endpoints for badges on the
[project level](../../api/project_badges.md) and [group level](../../api/group_badges.md).
-
-[pipeline status]: ../../ci/pipelines/settings.md#pipeline-status-badge
-[test coverage]: ../../ci/pipelines/settings.md#test-coverage-report-badge