fix package links

This commit is contained in:
avitex 2020-04-15 20:04:23 +10:00
parent 4c93cfc4d1
commit c11c8ef0f3
Signed by: avitex
GPG Key ID: 38C76CBF3749D62C
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@
<td><a href="https://github.com/{{ project.github }}">github</a></td>
<td>
{% if project.crate %}
{{ macros::badge(type="crates/v", scope=project.crate, desc="Rust crate", link="https://crates.io/" ~ project.crate) }}
{{ macros::badge(type="crates/v", scope=project.crate, desc="Rust crate", link="https://crates.io/crates/" ~ project.crate) }}
{% endif %}
{% if project.hex %}
{{ macros::badge(type="hexpm/v", scope=project.hex, desc="Hex package", link="https://hex.pm/" ~ project.hex) }}
{{ macros::badge(type="hexpm/v", scope=project.hex, desc="Hex package", link="https://hex.pm/packages/" ~ project.hex) }}
{% endif %}
</td>
<td>