From 63222b001403f631e258c44798e958c52625fc28 Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Tue, 8 Apr 2014 18:33:41 -0400 Subject: [PATCH] Fix a broken download link to the OSX client --- _templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/download.html b/_templates/download.html index 9c8c6f01..a8d38811 100755 --- a/_templates/download.html +++ b/_templates/download.html @@ -66,7 +66,7 @@ case 'ubuntu': break; case 'mac': but.getElementsByTagName('IMG')[0].src='/img/but_mac.svg'; - but.href='/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx.dmg'; + but.href='/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx-setup.dmg'; break; }