From af174964e4fae3c9bd3af7ef886395a157e6e4b5 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:07:12 +0000 Subject: [PATCH] docs: fix broken star history chart The star history chart was broken because the GitHub stargazer API is no longer accessible without a token. Point the chart and its link to star-history.dera.page, which uses an alternative data source that needs no API token. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feebbd3..f023bc3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Rust/UI isn’t a component library you install as a crate. It’s a collection ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=rust-ui/ui&type=Date)](https://star-history.com/#rust-ui/ui&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=rust-ui/ui&type=Date)](https://star-history.dera.page/#rust-ui/ui&Date) ## Ecosystem