From 0f24d63c0eb66acdc4f4771f6c0f1317f9a5b6df Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:51:14 +0000 Subject: [PATCH] docs: fix broken star history chart The star history chart in both README.md and README-en.md is currently broken, so this change points it to a working chart provider. No other files are affected. --- README-en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index c363c46..9304933 100644 --- a/README-en.md +++ b/README-en.md @@ -10,7 +10,7 @@ As a learning and practice repository for OpenSpec, this project provides system **Star History**: -## ![Star History Chart](https://api.star-history.com/svg?repos=ForceInjection/OpenSpec-practise&type=date&legend=top-left) +## ![Star History Chart](https://star-history.dera.page/svg?repos=ForceInjection/OpenSpec-practise&type=date&legend=top-left) --- diff --git a/README.md b/README.md index 4fd1f19..e0d8851 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ **Star History**: -## ![Star History Chart](https://api.star-history.com/svg?repos=ForceInjection/OpenSpec-practise&type=date&legend=top-left) +## ![Star History Chart](https://star-history.dera.page/svg?repos=ForceInjection/OpenSpec-practise&type=date&legend=top-left) ---