Fix star history URLs to use lowercase repo name

This commit is contained in:
calesthio
2026-03-20 22:38:05 -07:00
parent 6ba8ba05db
commit cd5e6fc61a

View File

@@ -546,9 +546,9 @@ For bugs and feature requests, please use GitHub Issues so discussion stays visi
<a href="https://star-history.com/#calesthio/Crucix&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=calesthio/Crucix&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=calesthio/Crucix&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=calesthio/Crucix&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=calesthio/crucix&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=calesthio/crucix&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=calesthio/crucix&type=Date" />
</picture>
</a>