File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "> </ 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 ">
You can’t perform that action at this time.
0 commit comments