mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix a broken download link to the OSX client
This commit is contained in:
parent
5be9df027e
commit
63222b0014
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue