diff options
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/site/download/index.php b/site/download/index.php index 19bda64..cc63ec9 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -83,6 +83,14 @@ <div class="section" id="http"> <h1>HTTP mirrors (releases)</h1> + + <p> + These releases are more rigorously tested. However, they might be + out of date compared to the current development snapshots. + </p> + <p> + These archives are not updated very often, and will not receive any further changes. + </p> <p> Download <?php echo $lbProjectName; ?> from one of these mirrors. @@ -184,6 +192,7 @@ <li><b><a href="../github/">Please do not use GitHub!</a></b></li> <li><b><a href="../gitorious/">Please do not use Gitorious/GitLab!</a></b></li> <li><a href="#contrib">How to submit a patch</a></li> + <li><a href="http://projects.mtjm.eu/projects/libreboot">Bug tracker</a></li> </ul> <h2 id="contrib">Submitting patches to <?php echo $lbProjectName; ?></h3> |