Skip to content

Commit 76afd59

Browse files
committed
updated links for Tribler 7.0.0 release
1 parent ea2f572 commit 76afd59

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

download.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@
9595
<p><img src="img/win.png" width=100px height=100px></p>
9696

9797
<p>
98-
<a href="https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/Tribler_7.0.0-rc5_x64.exe">Tribler 7.0.0-rc5 for Windows</a><br>
99-
<a href="https://github.com/Tribler/tribler/releases/download/v6.5.2/Tribler_6.5.2.exe">Tribler 6.5.2</a><br>
98+
<a href="https://github.com/Tribler/tribler/releases/download/v7.0.0/Tribler_7.0.0_x64.exe">Tribler 7.0.0 for Windows</a><br>
10099
Windows Vista, and Windows 7 / 8 / 10
101100
</p>
102101
</div>
@@ -107,8 +106,7 @@
107106
<p><img src="img/osx.png" width=100px height=100px></p>
108107

109108
<p>
110-
<a href="https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/Tribler-7.0.0-rc5.dmg">Tribler 7.0.0-rc5 for macOS</a></br>
111-
<a href="https://github.com/Tribler/tribler/releases/download/v6.5.2/Tribler-6.5.2.dmg">Tribler 6.5.2 </a></br>
109+
<a href="https://github.com/Tribler/tribler/releases/download/v7.0.0/Tribler-7.0.0.dmg">Tribler 7.0.0 for macOS</a></br>
112110
(Snow Leopard or newer)
113111
</p>
114112
</div>
@@ -118,18 +116,17 @@
118116

119117
<p><img src="img/linux.png" width=100px height=100px></p>
120118

121-
<p><a href="https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/tribler_7.0.0-rc5_all.deb">Tribler 7.0.0-rc5 for Ubuntu</a> </p>
122-
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.5.2/tribler_6.5.2_all.deb">Tribler 6.5.2</a> </p>
119+
<p><a href="https://github.com/Tribler/tribler/releases/download/v7.0.0/tribler_7.0.0_all.deb">Tribler 7.0.0 for Ubuntu</a> </p>
123120

124-
<p><a href="https://github.com/Tribler/tribler/tree/v7.0.0-rc5">Browse source code </a> <br/>
125-
<a href="https://github.com/Tribler/tribler/archive/v7.0.0-rc5.tar.gz">Download source tar</a><br>
121+
<p><a href="https://github.com/Tribler/tribler/tree/v7.0.0">Browse source code </a> <br/>
122+
<a href="https://github.com/Tribler/tribler/archive/v7.0.0.tar.gz">Download source tar</a><br>
126123
</p>
127124

128125
</div>
129126

130127
<div class="changelog">
131-
<p>To see the short changelog <a href="https://github.com/Tribler/tribler/tree/v7.0.0-rc5">click here</a>.</p>
132-
<p>To see a complete list of the changes, please <a href="https://github.com/Tribler/tribler/compare/v7.0.0-rc5...v6.5.2">click here</a>.</p>
128+
<p>To see the short changelog <a href="https://github.com/Tribler/tribler/tree/v7.0.0">click here</a>.</p>
129+
<p>To see a complete list of the changes, please <a href="https://github.com/Tribler/tribler/compare/v6.5.2...v7.0.0">click here</a>.</p>
133130
<br/>
134131
</div>
135132

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,18 @@ <h2>Tribler 7 releasing on January 25, 2018</h2>
196196
var osName = result.os.name.toLowerCase();
197197
if (osName == "windows") {
198198
$("#download_os").html("For Windows 8/7/Vista/XP");
199-
$("#main_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/Tribler_7.0.0-rc5_x64.exe");
200-
$("#footer_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/Tribler_7.0.0-rc5_x64.exe");
199+
$("#main_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0/Tribler_7.0.0_x64.exe");
200+
$("#footer_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0/Tribler_7.0.0_x64.exe");
201201
}
202202
else if (osName == "mac os x") {
203203
$("#download_os").html("For macOS (Snow Leopard or later)");
204-
$("#main_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/Tribler-7.0.0-rc5.dmg");
205-
$("#footer_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/Tribler-7.0.0-rc5.dmg");
204+
$("#main_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0/Tribler-7.0.0.dmg");
205+
$("#footer_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0/Tribler-7.0.0.dmg");
206206
}
207207
else if (jQuery.inArray(osName, new Array('kubuntu', 'xubuntu', 'lubuntu', 'ubuntu', 'gentoo', 'fedora', 'mandriva', 'redhat', 'suse', 'debian', 'slackware', 'arch', 'linux')) !== -1) {
208208
$("#download_os").html("For Linux");
209-
$("#main_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/tribler_7.0.0-rc5_all.deb");
210-
$("#footer_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0-rc5/tribler_7.0.0-rc5_all.deb");
209+
$("#main_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0/tribler_7.0.0_all.deb");
210+
$("#footer_download_url").attr("href","https://github.com/Tribler/tribler/releases/download/v7.0.0/tribler_7.0.0_all.deb");
211211
}
212212
else {
213213
$("#download_os").html("Unknown OS");

0 commit comments

Comments
 (0)