docs: bust camo cache on release/downloads/license badges
Camo had cached "repo not found" SVGs from before the repo had releases. Adding query params changes the camo hash so GitHub re-fetches from shields.io.
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
<img src="https://github.com/offendingcommit/openconcho/actions/workflows/ci.yml/badge.svg?branch=main&event=push" alt="CI" />
|
<img src="https://github.com/offendingcommit/openconcho/actions/workflows/ci.yml/badge.svg?branch=main&event=push" alt="CI" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/offendingcommit/openconcho/releases/latest">
|
<a href="https://github.com/offendingcommit/openconcho/releases/latest">
|
||||||
<img src="https://img.shields.io/github/v/release/offendingcommit/openconcho" alt="Latest release" />
|
<img src="https://img.shields.io/github/v/release/offendingcommit/openconcho?display_name=tag&sort=semver" alt="Latest release" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/offendingcommit/openconcho/releases/latest">
|
<a href="https://github.com/offendingcommit/openconcho/releases">
|
||||||
<img src="https://img.shields.io/github/downloads/offendingcommit/openconcho/total" alt="Downloads" />
|
<img src="https://img.shields.io/github/downloads/offendingcommit/openconcho/total?color=blue" alt="Downloads" />
|
||||||
</a>
|
</a>
|
||||||
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-blue" alt="Platforms" />
|
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-blue" alt="Platforms" />
|
||||||
<a href="LICENSE">
|
<a href="LICENSE">
|
||||||
<img src="https://img.shields.io/github/license/offendingcommit/openconcho" alt="License" />
|
<img src="https://img.shields.io/github/license/offendingcommit/openconcho?color=green" alt="License" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user