Skip to content

Commit 222919a

Browse files
committed
fix link on layout
1 parent c3a9c0f commit 222919a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
1717
{% if site.github.is_project_page %}
1818
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
1919
{% endif %}
20-
<a href="{{ site.github.release_url }}" class="btn">Download</a>
20+
<a href="{{ site.github.releases_url }}" class="btn">Download</a>
2121
</section>
2222

2323
<section class="main-content">

0 commit comments

Comments
 (0)