From e9b7839f13090981e4e34da90002b61d30d905d5 Mon Sep 17 00:00:00 2001 From: PingouinFerreux Date: Wed, 12 Aug 2026 07:04:10 +0000 Subject: [PATCH] docs: fix broken star history chart in README The star history chart embedded in the README stopped loading because the upstream service is affected by GitHub stargazer API restrictions. Point the chart at a working alternative so the graph renders correctly again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cafcf0a..940560c6 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ This project exists thanks to all the people who contribute. ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=apache/casbin&type=Date)](https://star-history.com/#apache/casbin&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=apache/casbin&type=Date)](https://star-history.dera.page/#apache/casbin&Date) ## License