From 95e8c98785aff50c980d0eeaf2549dce561c67ee Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:14:23 +0000 Subject: [PATCH] fix(docs): point the star history chart at a working mirror The star history chart in the README was broken: GitHub's stargazer API restrictions took down the upstream renderer, so the badge and its link no longer load. Point both the image and the wrapping link at a maintained mirror of the same chart that needs no API token, restoring the graph in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c41a1eb..59d25472 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ enough to keep me going. This release is for you. ## Star history -[![Star history](https://api.star-history.com/svg?repos=Shoshuo/Prismarr&type=Date)](https://star-history.com/#Shoshuo/Prismarr&Date) +[![Star history](https://star-history.dera.page/svg?repos=Shoshuo/Prismarr&type=Date)](https://star-history.dera.page/#Shoshuo/Prismarr&Date) ---