From 2679944ccff5750b88c1a22b91eb21c4a2a9ee33 Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:01:24 +0000 Subject: [PATCH] docs: fix the broken star history chart The star history chart in the README no longer renders because of restrictions on the GitHub stargazer API. Point it to a working alternative so contributors can still see the project's growth at a glance. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31d820b0..545a6905 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ We welcome contributions! Please see [developer.md](developer.md) for guidelines ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=ReflexioAI/reflexio&type=Date)](https://star-history.com/#ReflexioAI/reflexio&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ReflexioAI/reflexio&type=Date)](https://star-history.dera.page/#ReflexioAI/reflexio&Date) ## License