Docs: fix url of pipeline status badge
This commit is contained in:
parent
74cf92aae7
commit
f74ce4dba5
2 changed files with 6 additions and 1 deletions
5
changelogs/unreleased/fix-badges-logs.yml
Normal file
5
changelogs/unreleased/fix-badges-logs.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Doc - fix the url of pipeline status badge
|
||||
merge_request: 25404
|
||||
author: Aviad Levy
|
||||
type: fixed
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue