diff options
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/site/download/index.php b/site/download/index.php index ef3398e..19bda64 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -82,10 +82,10 @@ <div class="section" id="http"> - <h1>HTTP mirrors</h1> + <h1>HTTP mirrors (releases)</h1> <p> - Download libreboot from one of these mirrors. + Download <?php echo $lbProjectName; ?> from one of these mirrors. </p> <p> @@ -156,9 +156,6 @@ <p> The git repositories are intended for developing <?php echo $lbProjectName; ?>. - ROM images built from the git repository are untested, and therefore not - recommended for general use (you should assume that they will - brick your computer). </p> <p> @@ -168,7 +165,7 @@ <p> Documentation for <?php echo $lbProjectName; ?> from git can be found in the git repository itself (under /docs/), or a live version - can be found at <a href="../gitdocs/index.html">../gitdocs/index.html</a>. + can be found at <a href="../docs/index.html">../docs/index.html</a>. </p> <h2>How to download</h2> @@ -192,7 +189,7 @@ <h2 id="contrib">Submitting patches to <?php echo $lbProjectName; ?></h3> <p> The <a href="http://git-scm.com/doc">git documentation</a> describes how to use git. - For a list of current tasks in libreboot, see <a href="../gitdocs/tasks.html">../gitdocs/tasks.html</a>. + For a list of current tasks in <?php echo $lbProjectName; ?>, see <a href="../docs/tasks.html">../docs/tasks.html</a>. </p> <p> Make sure that you configured git so that your name and email |