Skip to content

Commit fd67b2a

Browse files
Merge pull request #540 from HenrikJannsen/fix-download-links-for-source-files
Fixes ambiguity for archive URLs
2 parents 393ee0f + 6ed904a commit fd67b2a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

_layouts/page_downloads.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ <h1>Bisq1 Downloads</h1>
6767
<tr class="border-bottom">
6868
<td>{{ item.tdSourceCode }}</td>
6969
<td>
70-
<a href="https://bisq.network/downloads/archive/v{{ site.client_version }}.zip">zip</a> |
71-
<a href="https://bisq.network/downloads/archive/v{{ site.client_version }}.tar.gz">tar.gz</a>
70+
<a href="https://bisq.network/downloads/archive/refs/tags/v{{ site.client_version }}.zip">zip</a> |
71+
<a href="https://bisq.network/downloads/archive/refs/tags/v{{ site.client_version }}.tar.gz">tar.gz</a>
7272
</td>
7373
</tr>
7474
<tr class="border-bottom">
@@ -108,7 +108,8 @@ <h2>{{ item.hMobileNotifications }}</h2>
108108
<div id="bisq2">&nbsp;</div>
109109
<h2>Bisq2 Downloads</h2>
110110
{{ item.bisq2ScopeNote }}
111-
{% assign bisq2_archive = 'https://github.com/bisq-network/bisq2/archive' %}
111+
112+
{% assign bisq2_archive = 'https://github.com/bisq-network/bisq2/archive/refs/tags' %}
112113
{% assign bisq2_releases = 'https://github.com/bisq-network/bisq2/releases' %}
113114

114115
<table class="all-downloads mt-5">

0 commit comments

Comments
 (0)