diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-09 13:43:28 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-09 13:43:28 (EDT) |
commit | e8191fcc927384bc94519000278325216e0c1d2f (patch) | |
tree | 77466092f4f32c8f067920c9a5a5954fceebf307 /site/index.php | |
parent | 18b1f72bb76bb2ad44f140bbc3f22ac5699323f0 (diff) | |
download | libreboot.org-e8191fcc927384bc94519000278325216e0c1d2f.zip libreboot.org-e8191fcc927384bc94519000278325216e0c1d2f.tar.gz libreboot.org-e8191fcc927384bc94519000278325216e0c1d2f.tar.bz2 |
change anchortext on the home page
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index b234a1f..a09f3e0 100644 --- a/site/index.php +++ b/site/index.php @@ -40,7 +40,7 @@ <p> <?php echo gettext("Libreboot is a <a href=\"https://www.fsf.org/about/what-is-free-software\">free</a> (libre) BIOS/UEFI replacement. Based on <a href=\"http://coreboot.org/\">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software, and easy to use."); - ?> <a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a> + ?> <a href="docs/index.html#why"><?php echo gettext("Learn more"); ?></a> </p> </div> |