Skip to content

Commit ad9a753

Browse files
committed
[doc] Serve the DOI badge image from shields.io
Zenodo sends the badge SVG with cache-control: no-cache behind a 120 req/min per-IP rate limit. GitHub's camo proxy therefore re-fetches it on every render from a shared IP pool, often getting a 429 that it surfaces as a 502 broken image. shields.io sends max-age=432000, so camo caches it instead. The link target stays the concept DOI. Assisted-by: Claude <noreply@anthropic.com>
1 parent 5a596c6 commit ad9a753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21691818.svg)](https://doi.org/10.5281/zenodo.21691818)
1+
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.21691818-blue.svg)](https://doi.org/10.5281/zenodo.21691818)
22

33
# OmegaMaxEnt_TRIQS
44

0 commit comments

Comments
 (0)