Fix badges urls
apply changes for https://github.com/badges/shields/issues/8671
This commit is contained in:
parent
8b3a658e56
commit
1ab7d93116
|
|
@ -4,7 +4,7 @@ This repository contains the image documentation for each of the Docker Official
|
|||
|
||||
All Markdown files here are run through [tianon's fork of `markdownfmt`](https://github.com/tianon/markdownfmt), and verified as formatted correctly via GitHub Actions.
|
||||
|
||||
- [](https://github.com/docker-library/docs/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amaster)
|
||||
- [](https://github.com/docker-library/docs/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amaster)
|
||||
- [](https://doi-janky.infosiftr.net/job/docs/job/library/)
|
||||
- [](https://doi-janky.infosiftr.net/job/docs/job/amd64/)
|
||||
- [](https://doi-janky.infosiftr.net/job/docs/job/arm32v5/)
|
||||
|
|
|
|||
|
|
@ -72,18 +72,10 @@ toTest=(
|
|||
# "image badge link/href"
|
||||
# "badge test URL (to determine whether badge applies)"
|
||||
|
||||
"https://img.shields.io/github/workflow/status/$githubRepoName/GitHub%20CI/$branch?label=GitHub%20CI"
|
||||
"https://img.shields.io/github/actions/workflow/status/$githubRepoName/ci.yml?branch=$branch&label=GitHub%20CI"
|
||||
"https://github.com/$githubRepoName/actions?query=workflow%3A%22GitHub+CI%22+branch%3A$branch"
|
||||
"https://github.com/$githubRepoName/blob/$branch/.github/workflows/ci.yml"
|
||||
|
||||
"https://img.shields.io/travis/$githubRepoName/$branch.svg?label=Travis%20CI"
|
||||
"https://travis-ci.org/$githubRepoName/branches"
|
||||
"https://github.com/$githubRepoName/blob/$branch/.travis.yml"
|
||||
|
||||
"https://img.shields.io/appveyor/ci/$githubRepoName/$branch.svg?label=AppVeyor"
|
||||
"https://ci.appveyor.com/project/$githubRepoName"
|
||||
"https://github.com/$githubRepoName/blob/$branch/.appveyor.yml"
|
||||
|
||||
"https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/update.sh/job/$repo.svg?label=Automated%20update.sh"
|
||||
"https://doi-janky.infosiftr.net/job/update.sh/job/$repo/"
|
||||
"https://doi-janky.infosiftr.net/job/update.sh/job/$repo/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue