From ef171142ff47cd718937dbd2fbdf12996fadf55b Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:18:07 +0000 Subject: [PATCH] Fix broken star history chart link The star history chart in the README was broken because the current chart service no longer works under the GitHub stargazer API restrictions. Update the chart links to the replacement service so the chart renders correctly again. --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 748992fa9d..07b316609e 100644 --- a/README.md +++ b/README.md @@ -357,4 +357,4 @@ If you find our work useful, please cite: ``` If you like our project, please give us a star ⭐ on [GitHub](https://github.com/showlab/Code2Video) for the latest update! -[![Star History Chart](https://api.star-history.com/svg?repos=showlab/Code2Video&type=Date)](https://star-history.com/#showlab/Code2Video&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=showlab/Code2Video&type=Date)](https://star-history.dera.page/#showlab/Code2Video&Date) diff --git a/README.zh-CN.md b/README.zh-CN.md index 5638aedd13..34ffa9087c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -211,4 +211,4 @@ src/ ``` 如果您喜欢我们的项目,欢迎在 GitHub 上给我们一个 Star ⭐ 以获取最新动态! -[![Star History Chart](https://api.star-history.com/svg?repos=showlab/Code2Video&type=Date)](https://star-history.com/#showlab/Code2Video&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=showlab/Code2Video&type=Date)](https://star-history.dera.page/#showlab/Code2Video&Date)