Fix badge URLs

This commit is contained in:
Joe Rickerby
2022-10-07 10:04:37 +01:00
parent c85450161c
commit 3b75524632
+2 -2
View File
@@ -39,7 +39,7 @@ services = [
CIService( CIService(
name="appveyor", name="appveyor",
dst_config_path="appveyor.yml", dst_config_path="appveyor.yml",
badge_md="[![Build status](https://ci.appveyor.com/api/projects/status/wbsgxshp05tt1tif/branch/{branch}?svg=true)](https://ci.appveyor.com/project/pypa/cibuildwheel/branch/{branch})", badge_md="[![Build status](https://ci.appveyor.com/api/projects/status/gt3vwl88yt0y3hur/branch/{branch}?svg=true)](https://ci.appveyor.com/project/joerick/cibuildwheel/branch/{branch})",
), ),
CIService( CIService(
name="azure-pipelines", name="azure-pipelines",
@@ -59,7 +59,7 @@ services = [
CIService( CIService(
name="travis-ci", name="travis-ci",
dst_config_path=".travis.yml", dst_config_path=".travis.yml",
badge_md="[![Build Status](https://travis-ci.org/pypa/cibuildwheel.svg?branch={branch})](https://travis-ci.org/pypa/cibuildwheel)", badge_md="[![Build Status](https://app.travis-ci.com/pypa/cibuildwheel.svg?branch={branch})](https://app.travis-ci.com/pypa/cibuildwheel)",
), ),
CIService( CIService(
name="gitlab", name="gitlab",