diff options
Diffstat (limited to 'libpathod/templates/download.html')
-rw-r--r-- | libpathod/templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/templates/download.html b/libpathod/templates/download.html index a9b827c4..e58437e0 100644 --- a/libpathod/templates/download.html +++ b/libpathod/templates/download.html @@ -45,7 +45,7 @@ </div> <div style="margin-top: 20px; margin-bottom: 20px"> - <a class="btn btn-primary btn-large" href="https://github.com/downloads/cortesi/pathod/pathod-0.2.tar.gz">pathod-0.2.tar.gz</a> + <a class="btn btn-primary btn-large" href="https://github.com/downloads/cortesi/pathod/pathod-{{version}}.tar.gz">pathod-{{version}}.tar.gz</a> </div> </section> |