From 8759185e45a47ccf3cf4c2936fd98fcdc2634005 Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:10:03 +0000 Subject: [PATCH] Fix broken star history chart in README The star history chart was broken due to the GitHub stargazer API restrictions. Point it to a working alternative so it renders correctly again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b78e6..0df3503 100644 --- a/README.md +++ b/README.md @@ -166,4 +166,4 @@ Use responsibly and at your own risk. This project is not affiliated with OpenAI ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=RayBytes/ChatMock&type=Timeline)](https://www.star-history.com/#RayBytes/ChatMock&Timeline) +[![Star History Chart](https://star-history.dera.page/svg?repos=RayBytes/ChatMock&type=Timeline)](https://star-history.dera.page/#RayBytes/ChatMock&Timeline)