From ec2e661244cff862df18da95c98140d77c404e2c Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Sat, 15 Aug 2026 23:57:30 +0000 Subject: [PATCH] docs: fix broken star history chart The star history chart in the README is currently broken and no longer renders. Update the chart to use a working data source so the repository's star history is visible again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aabba5cd..3e7b2d8d 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ cargo install --path crates/code2prompt ## ⭐ Star Gazing -[![Star History Chart](https://api.star-history.com/svg?repos=mufeedvh/code2prompt&type=Date)](https://star-history.com/#mufeedvh/code2prompt&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=mufeedvh/code2prompt&type=Date)](https://star-history.dera.page/#mufeedvh/code2prompt&Date) ## 📜 License