From 864f75eb7efbc894e194f2d174388f901c5aa145 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Sun, 16 Aug 2026 11:01:28 +0000 Subject: [PATCH] docs: fix broken star history chart in README The star history chart in the README was broken due to GitHub stargazer API restrictions. Update it to use a working alternative so the chart renders correctly again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3aeaf8..3e507de 100644 --- a/README.md +++ b/README.md @@ -200,4 +200,4 @@ If you find Agent-R1 useful in your research, please cite: ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=AgentR1/Agent-R1&type=Date)](https://www.star-history.com/#AgentR1/Agent-R1&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=AgentR1/Agent-R1&type=Date)](https://star-history.dera.page/#AgentR1/Agent-R1&Date)