From 05afcfe96f95ee3e4c15c30eb8e4adb6eb9cc777 Mon Sep 17 00:00:00 2001 From: OctoBored <212877535+OctoBored@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:33:58 +0000 Subject: [PATCH] Fix broken star history chart in README The star history chart was no longer rendering because the upstream image host is subject to GitHub stargazer API restrictions. Point the chart at the alternative star history service so the chart displays correctly again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f517ef..d1a6404 100644 --- a/README.md +++ b/README.md @@ -279,4 +279,4 @@ The following repositories are used in `EasyTPP`, either in close to original fo ## Star History [Back to Top] -![Star History Chart](https://api.star-history.com/svg?repos=ant-research/EasyTemporalPointProcess&type=Date) +![Star History Chart](https://star-history.dera.page/svg?repos=ant-research/EasyTemporalPointProcess&type=Date)