diff options
Diffstat (limited to 'site/download/index.php')
-rw-r--r-- | site/download/index.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/download/index.php b/site/download/index.php index 5fd5178..0b89c2a 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -42,6 +42,10 @@ <?php echo gettext("Release date:"); ?> <?php echo $lbRelease[0][0][1]; ?>. </b> <a href="../"><?php echo gettext("Back to home page"); ?></a> </p> + <p> + These are stable releases, intended for general use. If you want something more up to date + (but potentially lethal), see <a href="#unstable">#unstable</a>. + </p> <h2 id="http">HTTP mirrors</h2> <?php @@ -57,7 +61,7 @@ </div> <div> - <h1>Download libreboot (unstable/beta releases)</h1> + <h1 id="unstable">Download libreboot (unstable/beta releases)</h1> <p> <b> <?php echo gettext("The latest UNSTABLE, BETA, NOT READY FOR PRODUCTION USE release is:"); ?> <?php echo $lbBetaRelease[0][0][0]; ?>. |