We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a9c0f commit 222919aCopy full SHA for 222919a
_layouts/default.html
@@ -17,7 +17,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
17
{% if site.github.is_project_page %}
18
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
19
{% endif %}
20
- <a href="{{ site.github.release_url }}" class="btn">Download</a>
+ <a href="{{ site.github.releases_url }}" class="btn">Download</a>
21
</section>
22
23
<section class="main-content">
0 commit comments