Skip to content

Commit

Permalink
Adjust URLs to badges to follow new format
Browse files Browse the repository at this point in the history
Thanks @jwodder for pointing it out.
Closes #125
  • Loading branch information
yarikoptic committed Dec 8, 2023
1 parent e3f026f commit a2b159a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ This is a "dashboard" of various CIs of DataLad, its extensions, and underlying
'release_github': f'[![?](https://img.shields.io/github/release/{e.githubdash}.svg)](https://GitHub.com/{e.githubdash}/releases/)',
'release_pypi': f'[![PyPI version fury.io](https://badge.fury.io/py/{e.pypi}.svg)](https://pypi.python.org/pypi/{e.pypi}/)',
'release_conda': f'![-](https://anaconda.org/conda-forge/{e.conda}/badges/version.svg)',
'ci_rel+dlmaster': f'[![Released+DataLad master]({https_extension}/workflows/test-{ext}-master/badge.svg)]({https_extension}/actions?query=workflow%3Atest-{ext}-master)',
'ci_rel+dlmaint': f'[![Released+DataLad maint]({https_extension}/workflows/test-{ext}-maint/badge.svg)]({https_extension}/actions?query=workflow%3Atest-{ext}-maint)',
'ci_rel+dlmaster': f'[![Released+DataLad master]({https_extension}/actions/workflows/test-{ext}-master.yaml/badge.svg)]({https_extension}/actions?query=workflow%3Atest-{ext}-master)',
'ci_rel+dlmaint': f'[![Released+DataLad maint]({https_extension}/actions/workflows/test-{ext}-maint.yaml/badge.svg)]({https_extension}/actions?query=workflow%3Atest-{ext}-maint)',
'ci_develop+dlrelease': f'[![develop+Released Datalad]({e.ci_badge})]({e.ci_link})',
'codecov': f'[![codecov.io](https://codecov.io/github/{e.githubdash}/coverage.svg?branch=master)](https://codecov.io/github/{e.githubdash}?branch=master)',
'issues_restime': f'[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/{e.githubdash}.svg)](http://isitmaintained.com/project/{e.githubdash} "Average time to resolve an issue")',
Expand Down

0 comments on commit a2b159a

Please sign in to comment.