aboutsummaryrefslogtreecommitdiff
path: root/docs/gnulinux
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-05 17:16:26 +0000
committerGogs <gogitservice@gmail.com>2017-04-05 17:16:26 +0000
commitf346fcfa1bb148ea259c465b2e407d65dca19a30 (patch)
tree6bee39d614af5f8e3b8d9e6cb871a01c3fc4b100 /docs/gnulinux
parentd44594dd8cc3479f89f1fd0d0cfcc8225d45dc17 (diff)
parent8ed7a364eeb04a25eac81dfdec38cfcbc0f89008 (diff)
downloadlibrebootfr-f346fcfa1bb148ea259c465b2e407d65dca19a30.tar.gz
librebootfr-f346fcfa1bb148ea259c465b2e407d65dca19a30.zip
Merge branch 'removeabsolutelinks' of libreboot/libreboot into master
Diffstat (limited to 'docs/gnulinux')
-rw-r--r--docs/gnulinux/encrypted_parabola.md4
-rw-r--r--docs/gnulinux/grub_cbfs.md2
-rw-r--r--docs/gnulinux/grub_hardening.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md
index 042b81b9..718221fc 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](../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](../install/#flashrom). Cd to the libreboot\_util
directory and update the flash chip contents:
# ./flash update libreboot.rom
diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md
index b6df498f..d98aa95f 100644
--- a/docs/gnulinux/grub_cbfs.md
+++ b/docs/gnulinux/grub_cbfs.md
@@ -44,7 +44,7 @@ Table of Contents
Introduction
------------
-Download the latest release from <http://libreboot.org/>\
+Download the latest release from [libreboot.org](/)\
**If you downloaded from git, refer to
[../git/\#build\_meta](../git/#build_meta) before continuing.**
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)