diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-11 15:56:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-11 15:57:30 +0200 |
commit | 554894dad03890825f36b56ae3326b8f82765070 (patch) | |
tree | 982df3ad74d45699d9bbdccfa01db2519b90290b /downloads | |
parent | amd64: restructure download page (diff) | |
download | www-554894dad03890825f36b56ae3326b8f82765070.tar.gz www-554894dad03890825f36b56ae3326b8f82765070.tar.bz2 www-554894dad03890825f36b56ae3326b8f82765070.zip |
downloads: alternative names for amd64
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'downloads')
-rw-r--r-- | downloads/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/downloads/index.html b/downloads/index.html index 967b3cf..58719c2 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -16,7 +16,7 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });" <div class="col-xs-12 col-md-6"> <div class="panel panel-default featured-panel"> <div class="panel-body"> - <h2 class="stick-top" id="amd64">amd64 <small>aka x86_64</small></h2> + <h2 class="stick-top" id="amd64">amd64 <small>aka x86-64, x64, Intel 64</small></h2> {% include downloads/amd64.html %} </div> |