From efa622d74facf43d82f4085577eba1a741bfdf49 Mon Sep 17 00:00:00 2001 From: SimonFoobar648 Date: Thu, 13 Aug 2026 15:56:36 +0200 Subject: [PATCH] [doc] update star history chart url (#603) The star history chart linked in the README is currently broken due to restrictions on the GitHub stargazer API. Update the chart to use a working alternative so the project's star history remains visible. Co-authored-by: SimonFoobar648 <245426116+SimonFoobar648@users.noreply.github.com> --- README.md | 2 +- README_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf43a75e..cdebc17e 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ if __name__ == '__main__': * [【B站视频】pybind11落地实战——PyCGraph是怎样练成的](https://www.bilibili.com/video/BV1ofLdz5EzX) | [飞书文档链接](https://ilyryn6yei.feishu.cn/docx/YDfHdU9mfoTlnqxaTkscRob6nGe) -[![Star History Chart](https://api.star-history.com/svg?repos=ChunelFeng/CGraph&type=Date)](https://star-history.com/#ChunelFeng/CGraph&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ChunelFeng/CGraph&type=Date)](https://star-history.dera.page/#ChunelFeng/CGraph&Date) ------------
diff --git a/README_en.md b/README_en.md index fd6d8a8f..0c8c49a6 100644 --- a/README_en.md +++ b/README_en.md @@ -197,7 +197,7 @@ if __name__ == '__main__': * [Bilibili Video: pybind11 practical implementation - how PyCGraph was built](https://www.bilibili.com/video/BV1ofLdz5EzX) | [Feishu document link](https://ilyryn6yei.feishu.cn/docx/YDfHdU9mfoTlnqxaTkscRob6nGe) -[![Star History Chart](https://api.star-history.com/svg?repos=ChunelFeng/CGraph&type=Date)](https://star-history.com/#ChunelFeng/CGraph&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ChunelFeng/CGraph&type=Date)](https://star-history.dera.page/#ChunelFeng/CGraph&Date) ------------