diff options
author | Leah Rowe <info@minifree.org> | 2017-04-05 17:55:14 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-05 17:56:45 +0100 |
commit | 59e9187db47d9ca157ac6eaa4406b478a518a990 (patch) | |
tree | 26beafdad59252bfbd2177937f41e3f7fa17f1b5 /docs/gnulinux | |
parent | d44594dd8cc3479f89f1fd0d0cfcc8225d45dc17 (diff) | |
download | librebootfr-59e9187db47d9ca157ac6eaa4406b478a518a990.tar.gz librebootfr-59e9187db47d9ca157ac6eaa4406b478a518a990.zip |
Remove absolute links from the site, where links to libreboot.org are concerned
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 4 | ||||
-rw-r--r-- | docs/gnulinux/grub_hardening.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index 042b81b9..edac654a 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -582,7 +582,7 @@ and insert the modified grubtest.cfg:\ \$ **./cbfstool libreboot.rom add -n grubtest.cfg -f grubtest.cfg -t raw**\ -Now refer to <http://libreboot.org/docs/install/#flashrom>. Cd (up) to +Now refer to <../install/#flashrom>. Cd (up) to the libreboot\_util directory and update the flash chip contents: # ./flash update libreboot.rom @@ -628,7 +628,7 @@ Add the modified version that you just made: $ ./cbfstool libreboot.rom add -n grub.cfg -f grub.cfg -t raw Now you have a modified ROM. Once more, refer to -<http://libreboot.org/docs/install/#flashrom>. Cd to the libreboot\_util +<../install/#flashrom>. Cd to the libreboot\_util directory and update the flash chip contents: # ./flash update libreboot.rom diff --git a/docs/gnulinux/grub_hardening.md b/docs/gnulinux/grub_hardening.md index c7f9a450..de8b9807 100644 --- a/docs/gnulinux/grub_hardening.md +++ b/docs/gnulinux/grub_hardening.md @@ -36,7 +36,7 @@ Helpful links: - [GRUB info pages](http://git.savannah.gnu.org/cgit/grub.git/tree/docs/grub.texi) - [SATA connected storage considered dangerous until proven - otherwise.](https://libreboot.org/faq/#firmware-hddssd) + otherwise.](../../faq/#firmware-hddssd) - [Coreboot GRUB security howto](https://www.coreboot.org/GRUB2#Security) |