From 77956d60c48b8fa783483b9009f6b3f0d0dd8290 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:11:09 +0000 Subject: [PATCH] fix: update star history chart to a working data source The star history chart in the README is currently broken because the previous data source is subject to GitHub stargazer API restrictions. Point the chart and its link to a working 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 1865b7f95c..8edcf2909f 100644 --- a/README.md +++ b/README.md @@ -211,4 +211,4 @@ Crow has incorporated the following libraries into its source. ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=CrowCpp/Crow,oatpp/oatpp,drogonframework/drogon&type=Date)](https://www.star-history.com/#CrowCpp/Crow&oatpp/oatpp&drogonframework/drogon&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=CrowCpp/Crow,oatpp/oatpp,drogonframework/drogon&type=Date)](https://star-history.dera.page/#CrowCpp/Crow&oatpp/oatpp&drogonframework/drogon&Date)