diff options
author | Leah Woods <info@minifree.org> | 2016-05-09 10:05:40 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-09 10:05:40 (EDT) |
commit | 0b4d3d92ec9680377df5448297d4ad344492b252 (patch) | |
tree | 7d420502ff8473d1816edea7fed327a39ffd16cd /site | |
parent | fdc6af59f0b75999067984441b3dec325ea714e0 (diff) | |
download | libreboot.org-0b4d3d92ec9680377df5448297d4ad344492b252.zip libreboot.org-0b4d3d92ec9680377df5448297d4ad344492b252.tar.gz libreboot.org-0b4d3d92ec9680377df5448297d4ad344492b252.tar.bz2 |
Download page: move link to mirror instructions nearer to the top of the page
Diffstat (limited to 'site')
-rw-r--r-- | site/download/index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/site/download/index.php b/site/download/index.php index 1ce39fa..5930caa 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -49,6 +49,12 @@ also includes links to the Git repositories. </p> + <h2>Do you have a mirror?</h2> + <p> + Let us know! We will add it here. Instructions for how to mirror libreboot + releases can be found <a href="../rsync/">here</a>. + </p> + <h2 id="https">HTTPS mirrors</h2> <p> These mirrors are recommended, since they use TLS (https://) encryption. @@ -75,12 +81,6 @@ /* show FTP mirrors */ echo mirrorList($lbFtpMirror,gettext("FTP mirrors not added yet."),0,count($lbFtpMirror)); ?> - <h2>Do you have a mirror?</h2> - <p> - Let us know! We will add it here. Instructions for how to mirror libreboot - releases can be found <a href="../rsync/">here</a>. - </p> - </div> <div> |