Skip to content

Commit

Permalink
Fix packages link in package list
Browse files Browse the repository at this point in the history
Fixes #445
  • Loading branch information
tfoote authored Nov 21, 2024
1 parent fd5205c commit d1eb231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{% assign n_instances = package[1].instances | size %}
<tr>
<td title="View Package Instances" data-toggle="tooltip" data-placement="left" align="center">
<a href="{{site.baseurl}}/packages/{{package[0]}}" class="label label-{% if n_instances > 1 %}primary{% else %}default{% endif %}">
<a href="{{site.baseurl}}/p/{{package[0]}}" class="label label-{% if n_instances > 1 %}primary{% else %}default{% endif %}">
{{n_instances}}
</a>
</td>
Expand Down

0 comments on commit d1eb231

Please sign in to comment.