Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 14, 2024
1 parent e24da4c commit c0a9d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
{% assign releases = site.Releases | sort: "date" | reverse %}
<ul>
{% for rel in releases %}
<li><a href="{{site.baseurl}}/{{rel.url}}">GAP {{rel.version}} ({{rel.date | date: "%B %Y"}})</a></li>
<li><a href="{{rel.url | relative_url}}">GAP {{rel.version}} ({{rel.date | date: "%B %Y"}})</a></li>
{% endfor %}
</ul>

0 comments on commit c0a9d5d

Please sign in to comment.