Change download to link to the Download page.

This commit is contained in:
Danila Fedorin 2017-08-15 00:40:05 -07:00
parent beae822d76
commit f5d913d527
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
<h1>Abacus</h1>
<h2>The programmer's calculator</h2>
<div id="buttons">
<a class="button inverted" href="https://github.com/DanilaFe/abacus/releases">Download</a>
<a class="button inverted" href="{{ "/about" | relative_url }}">Learn More</a>
<a class="button inverted" href="{{ "/download" | relative_url }}">Download</a>
<a class="button inverted" href="{{ "/about" | relative_url }}">About</a>
<a class="button inverted" href="https://github.com/DanilaFe/abacus">Contribute</a>
<a class="button inverted" href="https://github.com/DanilaFe/abacus/wiki">Wiki</a>
</div>