From 245551c564b624aad03b947e53e0228d6fcfb3ef Mon Sep 17 00:00:00 2001 From: PingouinFerreux <212632237+PingouinFerreux@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:07:56 +0000 Subject: [PATCH] Fix broken star history chart in README The star history chart was broken because the GitHub stargazer API started restricting public usage. Point the chart to a working alternative provider that does not require an API token. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b3f045d..0ad061d0c 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ only in the master branch. # Star History -[![Star History Chart](https://api.star-history.com/svg?repos=BehaviorTree/BehaviorTree.CPP&type=Date)](https://star-history.com/#BehaviorTree/BehaviorTree.CPP&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=BehaviorTree/BehaviorTree.CPP&type=Date)](https://star-history.dera.page/#BehaviorTree/BehaviorTree.CPP&Date) # Contributors