Skip to content

Commit 1e204a7

Browse files
committed
Point to GH pages downloads.
1 parent 44f1a59 commit 1e204a7

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

_site/index.html

+31-5
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,37 @@ <h3>Download</h3>
228228
git clone --recurse-submodules https://github.com/apitrace/apitrace
229229
</div>
230230

231-
<p>Latest Windows binaries are available from <a href="http://people.freedesktop.org/~jrfonseca/apitrace/">here</a>:</p>
232-
<ul class="disc">
233-
<li><a href="https://people.freedesktop.org/~jrfonseca/apitrace/apitrace-latest-win32.7z">Windows 32-bits</a></li>
234-
<li><a href="https://people.freedesktop.org/~jrfonseca/apitrace/apitrace-latest-win64.7z">Windows 64-bits</a></li>
235-
</ul>
231+
<p>Latest Windows and Linux binaries are available from the table below.</p>
232+
<table class="features">
233+
<caption>Downloads</caption>
234+
<thead>
235+
<tr>
236+
<th rowspan=2">CPU</th>
237+
<th colspan="2">OS</th>
238+
</tr>
239+
<tr>
240+
<th>Windows</th>
241+
<th>Linux</th>
242+
</tr>
243+
</thead>
244+
<tbody>
245+
<tr>
246+
<th>x86_64</th>
247+
<td><a href="download/apitrace-latest-win64.7z">Download</a></td>
248+
<td><a href="download/apitrace-latest-Linux.tar.bz2">Download</a></td>
249+
</tr>
250+
<tr>
251+
<th>x86</th>
252+
<td><a href="download/apitrace-latest-win32.7z">Download</a></td>
253+
<td></td>
254+
</tr>
255+
<tr>
256+
<th>Arm64</th>
257+
<td><a href="download/apitrace-latest-win64-arm.7z">Download</a></td>
258+
<td><a href="download/apitrace-latest-Linux-arm64.tar.bz2">Download</a></td>
259+
</tr>
260+
</tbody>
261+
</table>
236262

237263
<p>Older Windows binaries are available from <a href="https://github.com/apitrace/apitrace/releases">GitHub releases</a>.</p>
238264
</section>

0 commit comments

Comments
 (0)