We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf5106 commit cc7d217Copy full SHA for cc7d217
app/components/badge-maintenance.hbs
@@ -1,6 +1,6 @@
1
<span ...attributes>
2
{{#unless this.none}}
3
- <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata">
+ <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section">
4
<img
5
src="https://img.shields.io/badge/maintenance-{{this.escapedStatus}}-{{this.color}}.svg"
6
alt="{{this.text}}"
0 commit comments