fixed download locations

This commit is contained in:
Riccardo Spagni 2015-02-23 11:58:12 +02:00
parent 5e498b1950
commit 39b26a29e0
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
3 changed files with 10 additions and 10 deletions

View File

@ -1,41 +1,41 @@
- platform: Windows, 64-bit
icon: windows.svg
url: /downloads/win64
url: win64
hash: facbeb2e408cf8b9a46534363eba161dbb047654
version: 0.8.8.6
blockchain: win
- platform: Windows, 32-bit
icon: windows.svg
url: /downloads/win32
url: win32
hash: none
version: 0.8.8.6
blockchain: win
- platform: Mac OS X, 64-bit
icon: apple.svg
url: /downloads/mac64
url: mac64
hash: 7069de92083fb7831b063cc152e8f35508ff61bf
version: 0.8.8.6
blockchain: mac
- platform: Linux, 64-bit
icon: linux.svg
url: /downloads/linux64
url: linux64
hash: 16f3f55bcfbfae6135cbeda6574f651890a8be64
version: 0.8.8.6
blockchain: linux
- platform: FreeBSD, 64-bit
icon: freebsd.svg
url: /downloads/freebsd64
url: freebsd64
hash: 9fd0005b697e146a26a0bf9e3cd0c89b978f7fbd
version: 0.8.8.6
blockchain: freebsd
- platform: Raspberry Pi / ARM
icon: arm.svg
url: /downloads/arm
url: arm
hash: none
version: 0.8.8.6
blockchain: arm

View File

@ -61,7 +61,7 @@ $os_array = detect_os($_SERVER['HTTP_USER_AGENT']);
<p class="download-links">
{% t index.monero_for %} <?php echo $os_array['name']; ?>
<span>
<a href="/downloads/<?php echo $os_array['code']; ?><?php echo $os_array['bits']; ?>" class="btn btn-grey pull-right">
<a href="//downloads.getmonero.org/<?php echo $os_array['code']; ?><?php echo $os_array['bits']; ?>" class="btn btn-grey pull-right">
<i class="fa fa-plus-circle icon_download" style="color: white; font-size: 20px;"></i> {% t index.c_download %}
</a>
</span>
@ -70,7 +70,7 @@ $os_array = detect_os($_SERVER['HTTP_USER_AGENT']);
<p class="download-links">
{% t index.latest_blockchain %}
<span>
<a href="/downloads/blockchain/<?php echo $os_array['code']; ?>/blockchain.bin" class="btn btn-grey pull-right">
<a href="//downloads.getmonero.org/blockchain/<?php echo $os_array['code']; ?>/blockchain.bin" class="btn btn-grey pull-right">
<i class="fa fa-plus-circle icon_download" style="color: white; font-size: 20px;"></i> {% t index.c_download %}
</a>
</span>

View File

@ -55,7 +55,7 @@ If you are using Monero Core for the first time you may want to download a @bloc
<div class="col-lg-6" style="padding-bottom: 5px;">
<h4>
<a href="{{ data_downloads.url }}">
<a href="//downloads.getmonero.org/{{ data_downloads.url }}">
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
</a>
</h4>
@ -63,7 +63,7 @@ If you are using Monero Core for the first time you may want to download a @bloc
<strong>Current Version:</strong> {{ data_downloads.version }}<br>
<strong>SHA Hash:</strong> {{ data_downloads.hash }}<br>
<br>
<strong>Optional:</strong> <a href="/downloads/blockchain/{{ data_downloads.blockchain }}/blockchain.bin">Download the Blockchain Bootstrap</a>
<strong>Optional:</strong> <a href="//downloads.getmonero.org/blockchain/{{ data_downloads.blockchain }}/blockchain.bin">Download the Blockchain Bootstrap</a>
<hr>
</div>