From ca7d3922d413dd202daaa44618bc4c1e306aeb80 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:24:15 +0000 Subject: [PATCH] docs: fix broken star history chart The star history chart in the README is currently broken because the previous chart service is affected by GitHub stargazer API restrictions. Update the chart links to point to the new service 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 6a199ebf..17aa8a38 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,6 @@ Apache-2.0 © [wkylin](https://github.com/wkylin) ## ⭐️ Star History -[![Star History Chart](https://api.star-history.com/svg?repos=wkylin/pro-react-admin&type=Date)](https://star-history.com/#wkylin/pro-react-admin&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=wkylin/pro-react-admin&type=Date)](https://star-history.dera.page/#wkylin/pro-react-admin&Date)