mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Change link to lib.rs. Add separate link to docs.rs
This commit is contained in:
parent
b9e39c75a2
commit
55196e14de
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@
|
|||
{% endif %}
|
||||
{% for crate in purpose.crates %}
|
||||
<p style="margin: 3px 6px;max-width: 600px">
|
||||
<b style="font-size: 14px"><a href="{% if crate.link %}{{ crate.link }}{% else %}https://docs.rs/{{ crate.name }}{% endif %}">{{ crate.name }}</a></b><br />
|
||||
<b><a href="{% if crate.link %}{{ crate.link }}{% else %}https://lib.rs/{{ crate.name }}{% endif %}">{{ crate.name }}</a></b>{% if not crate.link %}
|
||||
<a style="color: #666;text-decoration: none" href="https://docs.rs/{{ crate.name }}"> [docs]</a>
|
||||
{% endif %}
|
||||
<br />
|
||||
{{ crate.notes | safe }}
|
||||
</p>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue