From 6a34046fd3e25258b98384862c5ab185d2427968 Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:57:00 +0000 Subject: [PATCH] docs: fix star history chart Update the star history chart to a working data source. The previous chart is currently broken due to GitHub stargazer API restrictions, so point it to a reliable alternative that keeps the chart displaying correctly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0334c9d..0d1bda3 100755 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Logseq Copilot is an open-source project and welcomes contributions from anyone ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=eindex/logseq-copilot&type=Date)](https://star-history.com/#eindex/logseq-copilot&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=eindex/logseq-copilot&type=Date)](https://star-history.dera.page/#eindex/logseq-copilot&Date) ## License