From 7f71dea04e0d06ec162f6dfbe7a045025996f6d6 Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Wed, 19 Aug 2026 12:39:52 +0000 Subject: [PATCH] Fix broken star history chart in README The star history chart in the README is broken due to GitHub stargazer API restrictions. Update the chart to use a working data source so the badge renders correctly again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33777bf..43fea4c 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ All assets and code in this repository are under the Apache 2.0 license unless s } ``` -[![Star History Chart](https://api.star-history.com/svg?repos=OpenDriveLab/RISE&type=Date)](https://star-history.com/#OpenDriveLab/RISE&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=OpenDriveLab/RISE&type=Date)](https://star-history.dera.page/#OpenDriveLab/RISE&Date)