docs: fix broken star history chart

The Star History chart in the README is currently broken and fails to render, so visitors can no longer see the project's growth over time. Fix it by pointing the chart link and image at a working replacement that serves the same chart.
This commit is contained in:
OctoBored
2026-08-19 10:36:38 +00:00
parent 1bab711820
commit 8ac3ae7cc9

View File

@@ -757,11 +757,11 @@ make test
## Star History
<a href="https://www.star-history.com/?repos=calesthio%2FOpenMontage&type=date&legend=top-left">
<a href="https://star-history.dera.page/#calesthio/OpenMontage&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&legend=top-left" />
<source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=calesthio/OpenMontage&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=calesthio/OpenMontage&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=calesthio/OpenMontage&type=date&legend=top-left" />
</picture>
</a>