diff --git a/doc/web/templates/default.html b/doc/web/templates/default.html
index 273edfc..470d883 100644
--- a/doc/web/templates/default.html
+++ b/doc/web/templates/default.html
@@ -7,10 +7,10 @@
- {{site.app.name}}.tar.gz {{site.app.version}}
- {{site.app.name}}.exe {{site.app.version}}
View on GitHub
diff --git a/patool.freecode b/patool.freecode
index d9be26b..905dea7 100644
--- a/patool.freecode
+++ b/patool.freecode
@@ -3,9 +3,9 @@ Version: 1.3
Hide: N
Website-URL: http://wummel.github.io/patool/
Changelog-URL: https://github.com/wummel/patool/blob/master/doc/changelog.txt
-Tar/GZ-URL: https://github.com/downloads/wummel/patool/patool-${version}.tar.gz
+Tar/GZ-URL: http://wummel.github.io/patool/dist/patool-${version}.tar.gz
GIT-Tree-URL: https://github.com/wummel/patool.git
-Windows-installer-URL: http://github.com/downloads/wummel/patool/patool-${version}.win32.exe
+Windows-installer-URL: http://wummel.github.io/patool/dist/patool-${version}.win32.exe
Missing modules in the Windows installer have been added.
Detection of LZMA and LRZIP files with file(1) has been improved.