diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-11 02:17:05 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-11 02:17:05 (EST) |
commit | 1b98a12cce5e1121f1102bffd69dc0f938e2a7aa (patch) | |
tree | cd27dd5888958d2acdb3a4baa5ae00381bc549f6 /site/index.php | |
parent | 388a4eeb9dd52f6b58d4e1d36598aaba7775cf17 (diff) | |
download | libreboot.org-1b98a12cce5e1121f1102bffd69dc0f938e2a7aa.zip libreboot.org-1b98a12cce5e1121f1102bffd69dc0f938e2a7aa.tar.gz libreboot.org-1b98a12cce5e1121f1102bffd69dc0f938e2a7aa.tar.bz2 |
change text on link (3)
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/index.php b/site/index.php index fbee95f..0669a70 100644 --- a/site/index.php +++ b/site/index.php @@ -69,9 +69,9 @@ <ul> <li><a href="docs/index.html"><?php echo gettext("Documentation"); ?></a></li> <li><a href="docs/hcl/index.html#supported_list"><?php echo gettext("Compatibility list"); ?></a></li> - <li><a href="docs/install/index.html"><?php echo gettext("Installing libreboot"); ?></a></li> - <li><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Installing GNU/Linux"); ?></a></li> - <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Booting GNU/Linux"); ?></a></li> + <li><strong><a href="docs/install/index.html"><?php echo gettext("Install libreboot"); ?></a></strong></li> + <li><strong><a href="docs/gnulinux/grub_boot_installer.html"><?php echo gettext("Install GNU/Linux"); ?></a></strong></li> + <li><strong><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("Boot GNU/Linux"); ?></a></strong></li> </ul> <ul> <li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li> |