mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-08-29 12:49:41 +03:00
fix(readme): restore the star history chart
GitHub restricted access to the stargazer API endpoints in July 2026, so api.star-history.com now returns an error notice rather than a chart. Verified by parsing both SVGs: the official endpoint returns a single path with five text nodes reading "GitHub restricted access to star data", while the replacement returns real axes, ticks and series. Reported in #124.
This commit is contained in:
@@ -363,11 +363,11 @@ All platforms that support the [agentskills.io](https://agentskills.io) standard
|
||||
|
||||
## Star history
|
||||
|
||||
<a href="https://star-history.com/#mukul975/Anthropic-Cybersecurity-Skills&Date">
|
||||
<a href="https://star-history.dera.page/#mukul975/Anthropic-Cybersecurity-Skills&Date">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=mukul975/Anthropic-Cybersecurity-Skills&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=mukul975/Anthropic-Cybersecurity-Skills&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=mukul975/Anthropic-Cybersecurity-Skills&type=Date" width="100%" />
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=mukul975/Anthropic-Cybersecurity-Skills&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=mukul975/Anthropic-Cybersecurity-Skills&type=Date" />
|
||||
<img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=mukul975/Anthropic-Cybersecurity-Skills&type=Date" width="100%" />
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user