From 4e53ee3b943f7cf89aac906231e6229382439dc0 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Tue, 18 Aug 2026 18:33:01 +0000 Subject: [PATCH] Fix broken star history chart in README The star history chart in the README was broken due to GitHub stargazer API restrictions. Switched the chart to the star-history.dera.page mirror, which uses an alternative data source that requires no API token, 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 f7e5507..b54e4e5 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ We are also looking forward to your feedback and suggestions! ## ⭐ Star History -[![Star History Chart](https://api.star-history.com/svg?repos=TIGER-AI-Lab/OpenResearcher&type=date&legend=top-left)](https://www.star-history.com/#TIGER-AI-Lab/OpenResearcher&type=date&legend=top-left) +[![Star History Chart](https://star-history.dera.page/svg?repos=TIGER-AI-Lab/OpenResearcher&type=date&legend=top-left)](https://star-history.dera.page/#TIGER-AI-Lab/OpenResearcher&type=date&legend=top-left)