From 070174726def426159de00daae1c5df1724bfbe6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 4 Sep 2026 23:28:48 -0700 Subject: [PATCH] docs(readme): replace rate-limited starchart with star-history (#11170) starchart.cc is rate-limiting the SVG endpoint, so the Stargazers chart renders blank. Switch to star-history.com, which serves a live SVG for this repo and links to the interactive chart. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e744e8db..012d94d11 100644 --- a/README.md +++ b/README.md @@ -433,8 +433,9 @@ Your support will be really appreciated by me and other supporters! [Back to TOC](#table-of-contents) -## Stargazers over time -[![Stargazers over time](https://starchart.cc/seaweedfs/seaweedfs.svg?variant=adaptive)](https://starchart.cc/seaweedfs/seaweedfs) +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=seaweedfs/seaweedfs&type=Date)](https://star-history.com/#seaweedfs/seaweedfs&Date) [WeedMini]: https://github.com/seaweedfs/seaweedfs/wiki/Quick-Start-with-weed-mini [DockerComposeS3]: https://github.com/seaweedfs/seaweedfs/wiki/Docker-Compose-for-S3