From c7bccaa344edd57ce22506d84feb41022b4d570e Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 17 Feb 2015 18:56:52 -0500 Subject: [PATCH] Update download directory prefix (fixes #748) --- _templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/download.html b/_templates/download.html index c618c705..0a59421c 100755 --- a/_templates/download.html +++ b/_templates/download.html @@ -16,7 +16,7 @@ lin32: "linux32.tar.gz" lin64: "linux64.tar.gz" --- -{% capture PATH_PREFIX %}/bin/{{ site.DOWNLOAD_VERSION }}{% endcapture %} +{% capture PATH_PREFIX %}/bin/bitcoin-core-{{ site.DOWNLOAD_VERSION }}{% endcapture %} {% capture FILE_PREFIX %}bitcoin-{{ site.DOWNLOAD_VERSION }}{% endcapture %}