From e61066400af896f3a5e0b8b3b6b50f94c9bd9127 Mon Sep 17 00:00:00 2001 From: SimonFoobar648 <245426116+SimonFoobar648@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:58:16 +0000 Subject: [PATCH] docs: fix broken star history chart in README The star history chart is currently broken because the data source the chart relies on stopped working. Point both the README and its source template to a working replacement so the chart loads correctly again. --- README.md | 2 +- assets/README.mdpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3afc3e22..567fabe9e 100644 --- a/README.md +++ b/README.md @@ -734,4 +734,4 @@ In addition to device drivers, developing custom Python modules for MCU is very ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=pikastech/pikascript&type=Date)](https://star-history.com/#pikastech/pikascript&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=pikastech/pikascript&type=Date)](https://star-history.dera.page/#pikastech/pikascript&type=Date) diff --git a/assets/README.mdpp b/assets/README.mdpp index 5ddca3618..2ed990a29 100644 --- a/assets/README.mdpp +++ b/assets/README.mdpp @@ -531,4 +531,4 @@ In addition to device drivers, developing custom Python modules for MCU is very ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=pikastech/pikascript&type=Date)](https://star-history.com/#pikastech/pikascript&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=pikastech/pikascript&type=Date)](https://star-history.dera.page/#pikastech/pikascript&type=Date)