Skip to content

Commit 15a76d6

Browse files
author
PingouinFerreux
authored
docs(readme): Fix broken star history chart (#1007)
The Star History chart in the README is currently broken because the service no longer works with GitHub stargazer data. Point it to a working endpoint so the chart renders again.
1 parent 63dac6f commit 15a76d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,11 +1344,11 @@ This repository is managed by [Anton Babenko](https://github.com/antonbabenko) w
13441344
</a>
13451345

13461346

1347-
<a href="https://star-history.com/#antonbabenko/pre-commit-terraform&Date">
1347+
<a href="https://star-history.dera.page/#antonbabenko/pre-commit-terraform&type=Date">
13481348
<picture>
1349-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=antonbabenko/pre-commit-terraform&type=Date&theme=dark" />
1350-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=antonbabenko/pre-commit-terraform&type=Date" />
1351-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=antonbabenko/pre-commit-terraform&type=Date" />
1349+
<source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=antonbabenko/pre-commit-terraform&type=Date&theme=dark" />
1350+
<source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=antonbabenko/pre-commit-terraform&type=Date" />
1351+
<img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=antonbabenko/pre-commit-terraform&type=Date" />
13521352
</picture>
13531353
</a>
13541354

0 commit comments

Comments
 (0)