Skip to content

Commit 802fd8e

Browse files
jshasyphar
authored andcommitted
Link to a consistent owners page
1 parent b5451e0 commit 802fd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/crate/details.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<li class="pure-menu-heading">Owners</li>
128128
<li class="pure-menu-item">
129129
{%- for owner in details.owners -%}
130-
<a href="/releases/@{{ owner[0] }}">
130+
<a href="/releases/{{ owner[0] }}">
131131
<img src="{{ owner[1] }}" alt="{{ owner[0] }}" class="owner">
132132
</a>
133133
{%- endfor -%}

0 commit comments

Comments
 (0)