From cd1b6119cc73403e6845e37f0bd4004165506011 Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:53:46 +0000 Subject: [PATCH] fix: update star history chart to working endpoint The current star history chart is broken because the previous endpoint relies on the GitHub stargazer API, which no longer works reliably. Switch the chart and its link to the working star history endpoint so the chart renders again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fce4928a..46672166 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=datapizza-labs/datapizza-ai&type=Date)](https://www.star-history.com/#datapizza-labs/datapizza-ai&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=datapizza-labs/datapizza-ai&type=Date)](https://star-history.dera.page/#datapizza-labs/datapizza-ai&Date)