From f2220efbf87e0c57b8b7566d86bc3b2d55809d4a Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:42:59 +0000 Subject: [PATCH] fix(docs): switch star history chart to working mirror The current star history chart in the README is broken because of GitHub stargazer API restrictions, which limits stargazers for our project. Switch the chart image and link to a working mirror so the growth section renders correctly again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caf06fa..8545ff6 100644 --- a/README.md +++ b/README.md @@ -618,6 +618,6 @@ Code2Prompt is released under the MIT License. See the [LICENSE](LICENSE) file f ⭐ If you find Code2Prompt useful, please give us a star on GitHub! It helps us reach more developers and improve the tool. ⭐ ## Project Growth -[![Star History Chart](https://api.star-history.com/svg?repos=raphaelmansuy/code2prompt&type=Date)](https://star-history.com/#raphaelmansuy/code2prompt&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=raphaelmansuy/code2prompt&type=Date)](https://star-history.dera.page/#raphaelmansuy/code2prompt&Date) Made with ❤️ by Raphaël MANSUY. Founder of [Quantalogic](https://www.quantalogic.app). Creator of [qllm](https://github.com/quantalogic/qllm).