From c79b6e39337d83676baee41497481ae78bf9ad84 Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:17:18 +0000 Subject: [PATCH] docs: fix broken stargazers chart The stargazers over time chart is currently broken because it relies on the GitHub stargazer API, which has restricted access. Switch the chart to star-history.dera.page, a maintained instance that sources its data without requiring an API token, so the chart works again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f4960174..3dc34d360 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ We are partnered with [OSS Insight](https://ossinsight.io/?utm_source=github1s&u ## Stargazers over time -[![Stargazers over time](https://api.star-history.com/svg?repos=conwnet/github1s&type=Date)](https://star-history.com/#conwnet/github1s&Date) +[![Stargazers over time](https://star-history.dera.page/svg?repos=conwnet/github1s&type=Date)](https://star-history.dera.page/#conwnet/github1s&Date)
Third-party Related Projects