diff options
-rw-r--r-- | docs/index.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index c278230f..a3e3fa2c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,22 +23,28 @@ <a href="#why">What is libreboot?</a> </p> <p> - <a href="#version">How do I know what version I'm running?</a> + <a href="https://libreboot.org/faq/">Answers to frequently asked questions about GNU Libreboot</a> </p> </div> <div class="section"> - <h1>Resources</h1> + <h1>Installing libreboot</h1> <ul> <li><a href="hcl/index.html">What systems can I use libreboot on?</a> - NOTE: <a href="https://www.gnu.org/distros/">GNU/Linux</a> is expected to be running on your device.</li> <li><a href="install/index.html">How to install libreboot</a></li> <li><a href="gnulinux/index.html">How to install GNU/Linux on a libreboot system</a></li> + </ul> + <h1>Informaton for developers</h1> + <ul> <li><a href="git/index.html">How to compile the libreboot source code (optional, intended for developers)</a></li> - <li><a href="security/index.html">Hardware security</a></li> - <li><a href="hardware/index.html">Hardware maintenance</a></li> <li><a href="depthcharge/index.html">Depthcharge payload</a></li> <li><a href="grub/index.html">GRUB payload</a></li> + </ul> + <h1>Other information</h1> + <ul> + <li><a href="security/index.html">Hardware security</a></li> + <li><a href="hardware/index.html">Hardware maintenance</a></li> <li><a href="misc/index.html">Miscellaneous</a></li> </ul> |