diff options
author | Aviad Levy <aviadlevy1@gmail.com> | 2019-02-24 23:43:19 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-02-24 23:43:19 +0000 |
commit | f74ce4dba5b6face4dee1cab548c2f702a656cff (patch) | |
tree | e19d40e246ab4a2c415f8f479fd3fba08022d344 /doc/user/project/pipelines/settings.md | |
parent | 74cf92aae719969fc5225b41f923c2e7f3e04c5b (diff) | |
download | gitlab-ce-f74ce4dba5b6face4dee1cab548c2f702a656cff.tar.gz |
Docs: fix url of pipeline status badge
Diffstat (limited to 'doc/user/project/pipelines/settings.md')
-rw-r--r-- | doc/user/project/pipelines/settings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md index cce330aecc7..cbc05bf73ca 100644 --- a/doc/user/project/pipelines/settings.md +++ b/doc/user/project/pipelines/settings.md @@ -134,7 +134,7 @@ Depending on the status of your job, a badge can have the following values: You can access a pipeline status badge image using the following link: ```text -https://example.gitlab.com/<namespace>/<project>/badges/<branch>/build.svg +https://example.gitlab.com/<namespace>/<project>/badges/<branch>/pipeline.svg ``` ### Test coverage report badge |