Skip to content

Commit

Permalink
Use lowercase for "crates.io" links
Browse files Browse the repository at this point in the history
for consistency... :)
  • Loading branch information
Turbo87 authored and GuillaumeGomez committed May 13, 2024
1 parent cb1b1f3 commit e260bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/crate/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
</li>
{%- endif -%}

{# Show a link to the crate's Crates.io page #}
{# Show a link to the crate's crates.io page #}
<li class="pure-menu-item">
<a href="https://crates.io/crates/{{ details.name }}" class="pure-menu-link"
title="See {{ details.name }} on crates.io">
{{ "cube" | fas }} Crates.io
{{ "cube" | fas }} crates.io
</a>
</li>

Expand Down
2 changes: 1 addition & 1 deletion templates/rustdoc/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<li class="pure-menu-item">
<a href="https://crates.io/crates/{{ krate.name }}" class="pure-menu-link" title="See {{ krate.name }} in crates.io">
{{ "cube" | fas }} Crates.io
{{ "cube" | fas }} crates.io
</a>
</li>

Expand Down

0 comments on commit e260bd4

Please sign in to comment.