From 1535f0c7cc9caa0be64571369fae0aff814c388c Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:19:05 +0000 Subject: [PATCH] docs: fix broken star history chart The star history chart is currently broken: the service we relied on stopped rendering due to GitHub stargazer API restrictions, so the chart no longer displays on the README or the website. Point the chart to a working instance of the same service and update both the English and Chinese pages. --- README-zh.md | 2 +- README.md | 2 +- src/en-US/index.smd | 4 ++-- src/zh-CN/index.smd | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README-zh.md b/README-zh.md index 8209c82..947cb28 100644 --- a/README-zh.md +++ b/README-zh.md @@ -42,7 +42,7 @@ Zig Cookbook 受到以下类似项目的启发,感谢它们出色的工作。 # Star 趋势 -[![Star History Chart](https://api.star-history.com/svg?repos=zigcc/zig-cookbook&type=Date)](https://www.star-history.com/#zigcc/zig-cookbook&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=zigcc/zig-cookbook&type=Date)](https://star-history.dera.page/#zigcc/zig-cookbook&Date) # 许可证 diff --git a/README.md b/README.md index b8fa6ed..3303fc1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Zig Cookbook was inspired by several other similar projects. We would like to th # Star History -[![Star History Chart](https://api.star-history.com/svg?repos=zigcc/zig-cookbook&type=Date)](https://www.star-history.com/#zigcc/zig-cookbook&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=zigcc/zig-cookbook&type=Date)](https://star-history.dera.page/#zigcc/zig-cookbook&Date) # License diff --git a/src/en-US/index.smd b/src/en-US/index.smd index 6468c02..d315f73 100644 --- a/src/en-US/index.smd +++ b/src/en-US/index.smd @@ -56,8 +56,8 @@ Zig Cookbook was inspired by several other similar projects. We would like to th # Star History ```=html - - Star History + + Star History ``` diff --git a/src/zh-CN/index.smd b/src/zh-CN/index.smd index 5284a34..40f02dd 100644 --- a/src/zh-CN/index.smd +++ b/src/zh-CN/index.smd @@ -56,8 +56,8 @@ Zig Cookbook 受到多个类似项目的启发。我们向以下项目致以诚 # Star 历史 ```=html - - 星标历史 + + 星标历史 ```