diff options
-rw-r--r-- | site/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/index.php b/site/index.php index 47c8b3f..79f4055 100644 --- a/site/index.php +++ b/site/index.php @@ -38,7 +38,7 @@ </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> - Libreboot is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) boot firmware based on <a href="http://coreboot.org/">coreboot</a>, + Libreboot is <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) boot firmware based on <a href="http://coreboot.org/">coreboot</a>, intended to replace the proprietary <a href="https://en.wikipedia.org/wiki/BIOS">BIOS</a>/<a href="https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">UEFI</a> firmware. Boot firmware is the low-level software that runs when you turn your computer on, which initializes the hardware and starts a bootloader for your operating system. <a href="docs/index.html#why">Learn more</a> @@ -47,7 +47,7 @@ Most people in the global <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> community are using free operating systems; namely, the <a href="https://gnu.org/">GNU operating system</a>. However, most people still rely on <a href="https://gnu.org/philosophy/proprietary/">proprietary</a> boot firmware. The goal of the libreboot project is identical to that of the <a href="https://gnu.org/">GNU project</a> and <a href="https://fsf.org/">Free Software Foundation</a>, which is to ensure that everyone - has the freedom to use, study, modify and share software; in other words, the freedom to truly own and control the technology that they use. We want everyone to use free software, exclusively. + has the freedom to use, study, modify and share software; in other words, the freedom to truly own and control the technology that they use. We want everyone to be able to use free software, exclusively. </p> <ul> <li><a href="download/"><?php echo gettext("Download libreboot"); ?></a></li> |