diff options
author | Leah Rowe <info@minifree.org> | 2016-10-14 10:41:16 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-10-14 10:41:16 +0100 |
commit | 22ed93cce36602c404880eda3eba6f68fce95edc (patch) | |
tree | 7f7c1c1a58d6abe0f3c4eaa1413e460f739baa0b | |
parent | bfb0fac67d499d4466031b3c4cc790552a27ca64 (diff) | |
download | librebootfr-22ed93cce36602c404880eda3eba6f68fce95edc.tar.gz librebootfr-22ed93cce36602c404880eda3eba6f68fce95edc.zip |
docs/index: Put GNU/Linux and BSD links in their own section
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index e2bf3c86..d0946ecb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,6 +46,9 @@ <ul> <li><a href="hcl/index.html">What systems can I use libreboot on?</a></li> <li><a href="install/index.html">How to install libreboot</a></li> + </ul> + <h1>Installing operating systems</h1> + <ul> <li><a href="gnulinux/index.html">How to install GNU/Linux on a libreboot system</a></li> <li><a href="bsd/index.html">How to install BSD on a libreboot system</a></li> </ul> |