diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 11:19:17 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 11:19:17 (EST) |
commit | d81a0341f06c85a9f0a7247f75a5196fa9107a85 (patch) | |
tree | eb4fcb1cc6f06182607677dc41fbd8cc6e8a9975 /site/index.php | |
parent | 1d8fd8d291ba40174ea49b0604e20d7eb976f0bc (diff) | |
download | libreboot.org-d81a0341f06c85a9f0a7247f75a5196fa9107a85.zip libreboot.org-d81a0341f06c85a9f0a7247f75a5196fa9107a85.tar.gz libreboot.org-d81a0341f06c85a9f0a7247f75a5196fa9107a85.tar.bz2 |
fix links (2)
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/site/index.php b/site/index.php index e3165a5..347a8a7 100644 --- a/site/index.php +++ b/site/index.php @@ -40,7 +40,7 @@ libre <em>boot firmware</em> that initializes the hardware and starts a bootloader for your operating system. It's also an open source BIOS, but open source <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">fails</a> to - promote freedom; <em>please call libreboot <strong><a href="https://www.gnu.org/philosophy/free-sw.html">free software</a></strong></em>. <a href="docs/index.html#why">Learn more</a> + promote freedom; <em>please call libreboot <strong><a href="https://www.gnu.org/philosophy/free-sw.html">free software</a></strong></em>. </p> <?php $dateU=date("U"); @@ -84,6 +84,9 @@ <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Subscribe to dev mailing list"); ?></a></li> <li><a href="contrib/"><?php echo gettext("Contact the developers"); ?></a></li> </ul> + <ul> + <li><strong><a href="git/">How can I help the libreboot project?</a></strong></li> + </ul> <h2>Why use libreboot?</h2> <p> Many people use <a href="https://gnu.org/philosophy/proprietary/">non-free</a> boot firmware, even if they @@ -111,7 +114,7 @@ publicly distributed source code. </p> <p> - <strong><a href="git/">How can I help the libreboot project?</a></strong> + <strong><a href="docs/index.html#why">Learn more about libreboot</a></strong> </p> </div> |