From 3ada886fcca1ba8eb1b7bb6eeccd60abf65238b2 Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:29:59 +0000 Subject: [PATCH] Fix broken star history charts in READMEs The star history chart links in the root README and the TransMLA README point to the old star-history.com chart endpoint, which is currently broken because GitHub's stargazer API no longer serves the data it depends on. Switch both image and link to star-history.dera.page, an API-key-free mirror of the same charting tool backed by a different data source, so the charts render again. Also migrate the root README's link from the outdated ?repos= query form to the hash-based URL format used by the mirror. --- README.md | 2 +- TransMLA_NeurIPS_2025/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 533c203..7543651 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,4 @@ If you find our work useful, please cite the relevant paper(s): ## ⭐ Star History -[![Star History Chart](https://api.star-history.com/chart?repos=MuLabPKU/TransArch&type=date&legend=top-left)](https://www.star-history.com/?repos=MuLabPKU%2FTransArch&type=date&legend=top-left) +[![Star History Chart](https://star-history.dera.page/svg?repos=MuLabPKU/TransArch&type=date&legend=top-left)](https://star-history.dera.page/#MuLabPKU/TransArch&type=date&legend=top-left) diff --git a/TransMLA_NeurIPS_2025/README.md b/TransMLA_NeurIPS_2025/README.md index 59e63c3..c28455a 100644 --- a/TransMLA_NeurIPS_2025/README.md +++ b/TransMLA_NeurIPS_2025/README.md @@ -138,4 +138,4 @@ python transmla/converter.py \ # ⭐ Star History -[![Star History Chart](https://api.star-history.com/svg?repos=MuLabPKU/TransMLA&type=date&legend=top-left)](https://www.star-history.com/#MuLabPKU/TransMLA&type=date&legend=top-left) +[![Star History Chart](https://star-history.dera.page/svg?repos=MuLabPKU/TransMLA&type=date&legend=top-left)](https://star-history.dera.page/#MuLabPKU/TransMLA&type=date&legend=top-left)