Commit cdf02f9f authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'fix-inconsistent-url' into 'master'

Docs: change from example.gitlab.com to gitlab.example.com

See merge request gitlab-org/gitlab!41177
parents af3f5d72 bf95066d
......@@ -271,7 +271,7 @@ https://gitlab.example.com/<namespace>/<project>/badges/<branch>/pipeline.svg
If you want the pipeline status badge to only display the last non-skipped status, you can use the `?ignore_skipped=true` query parameter:
```plaintext
https://example.gitlab.com/<namespace>/<project>/badges/<branch>/pipeline.svg?ignore_skipped=true
https://gitlab.example.com/<namespace>/<project>/badges/<branch>/pipeline.svg?ignore_skipped=true
```
### Test coverage report badge
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment