diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-31 10:16:01 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-31 10:16:44 (EST) |
commit | fb403e1378a02c2cc0951e8dcfc862664d9e22ea (patch) | |
tree | d316382aa311a3c9125f7c6e8749d2d5c0127bdf /site/download | |
parent | 497077c9dff4f46373afb974b641066a96472e06 (diff) | |
download | libreboot.org-fb403e1378a02c2cc0951e8dcfc862664d9e22ea.zip libreboot.org-fb403e1378a02c2cc0951e8dcfc862664d9e22ea.tar.gz libreboot.org-fb403e1378a02c2cc0951e8dcfc862664d9e22ea.tar.bz2 |
download page: add note linking to the development (git) page
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/download/index.php b/site/download/index.php index 96e180b..47f11c0 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -44,6 +44,10 @@ 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> + <p> + If you're more interested in libreboot development, go to the <a href="../git/">libreboot development page</a>, which + also includes links to the Git repositories. + </p> <h2 id="http">HTTP mirrors</h2> <?php @@ -77,6 +81,10 @@ from the <a href="../git/">git repository</a>. </p> <p> + If you're more interested in libreboot development, go to the <a href="../git/">libreboot development page</a>, which + also includes links to the Git repositories. + </p> + <p> <a href="../beta/">Download the unstable releases here</a> </p> </div> |