mirror of
https://github.com/avitex/avitex.github.io
synced 2025-01-15 12:29:57 +00:00
fix package links
This commit is contained in:
parent
4c93cfc4d1
commit
c11c8ef0f3
@ -18,10 +18,10 @@
|
|||||||
<td><a href="https://github.com/{{ project.github }}">github</a></td>
|
<td><a href="https://github.com/{{ project.github }}">github</a></td>
|
||||||
<td>
|
<td>
|
||||||
{% if project.crate %}
|
{% 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 %}
|
{% endif %}
|
||||||
{% if project.hex %}
|
{% 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 %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
Reference in New Issue
Block a user