Fix URL for download button

On the website when rate limiting is applied and link for latest version of lektor.app
cannot be retrieved, the fallback URL was Download/ and it should be Downloads/
This commit is contained in:
Joel Garza 2016-06-02 12:55:36 -07:00
parent 42c94875ad
commit 12db51573a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ contents:
Getting your ideas implemented is as easy as making breakfast eggs.
</div>
<div class="col-md-4 visible-md-block visible-lg-block">
<div class="download-btn"><a href="download/"
<div class="download-btn"><a href="downloads/"
><i class="glyphicon glyphicon-download-alt"></i> Download</a></div>
</div>
</div>