From 5afe03d948026305e0b940349cde7d87861f0406 Mon Sep 17 00:00:00 2001 From: Mubelotix Date: Mon, 10 Aug 2026 21:29:38 +0200 Subject: [PATCH] fix broken star history chart link in README The previous star-history chart is no longer working, because GitHub restricts the stargazer API to repository owners only and the original star-history project is being discontinued. Point the chart and links to our token-free mirror at star-history.dera.page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f07c02570..f73ce990aa 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,4 @@ git clone --depth=1 https://github.com/dianping/cat.git ### Starred 趋势 -[![Star History Chart](https://api.star-history.com/svg?repos=dianping/cat&type=Date)](https://star-history.com/#dianping/cat&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=dianping/cat&type=Date)](https://star-history.dera.page/#dianping/cat&type=Date)