From 61476334466a2c1ca9a96707cda8e97a57628f7e Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Sat, 15 Aug 2026 20:22:17 +0000 Subject: [PATCH] docs: fix broken star history chart in README The star history chart at the bottom of the README is no longer rendering because of GitHub stargazer API restrictions. Point the chart image and its wrapping link to the new star history endpoint so the chart works again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ebe75f..b0fba7e 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ For an overview of how datasets, models, and metrics fit together, see [ARCHITEC -[![Star History Chart](https://api.star-history.com/svg?repos=AudioLLMs/AudioBench&type=Date)](https://star-history.com/#AudioLLMs/AudioBench&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=AudioLLMs/AudioBench&type=Date)](https://star-history.dera.page/#AudioLLMs/AudioBench&Date)