Skip to content

Commit

Permalink
Fix travis errors on download page
Browse files Browse the repository at this point in the history
Credits to @MarcoFalke for the suggestion about #7762.
  • Loading branch information
laanwj committed Aug 23, 2016
1 parent 27d318e commit 8e7c20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _releases/v0.13.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Low-level ZMQ changes
listeners to detect lost notifications.
The sequence number is always the last element in a multi-part ZMQ notification and
therefore backward compatible. Each message type has its own counter.
PR [#7762](https://github.com/bitcoin/bitcoin/pull/7762).
PR #[7762](https://github.com/bitcoin/bitcoin/pull/7762).


0.13.0 Change log
Expand Down
5 changes: 2 additions & 3 deletions _templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ <h2>{% translate latestversion %} {{ site.DOWNLOAD_VERSION }}<a type="applicatio
<img src="/img/os/arm.png" alt="ARM Linux">
<span>
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-arm-linux-gnueabihf.tar.gz" class="dl">ARM Linux</a>
<span><a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-aarch64-linux-gnu.tar.gz" class="dl" id="lin64">64 bit</a> -
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-arm-linux-gnueabihf.tar.gz" class="dl" id="lin32">32 bit</a></span>
</span>
<span><a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-aarch64-linux-gnu.tar.gz" class="dl" id="lin64arm">64 bit</a> -
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-arm-linux-gnueabihf.tar.gz" class="dl" id="lin32arm">32 bit</a></span>
</span>
</div>
<div>
Expand Down

0 comments on commit 8e7c20e

Please sign in to comment.