diff options
author | Leah Rowe <info@minifree.org> | 2017-04-05 22:59:43 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-05 23:04:27 +0100 |
commit | ce5a7f516aa794d633cb3cf1b4a369257178883b (patch) | |
tree | 4a65e3e2e0207378575880a811969fd3d3d1bdc5 /docs/bsd | |
parent | 1938235eafc29827682da4bb11885f24a204c15a (diff) | |
download | librebootfr-ce5a7f516aa794d633cb3cf1b4a369257178883b.tar.gz librebootfr-ce5a7f516aa794d633cb3cf1b4a369257178883b.zip |
change .html links to .md links, everywhere
Diffstat (limited to 'docs/bsd')
-rw-r--r-- | docs/bsd/index.md | 6 | ||||
-rw-r--r-- | docs/bsd/openbsd.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/bsd/index.md b/docs/bsd/index.md index a90fe40c..c313128d 100644 --- a/docs/bsd/index.md +++ b/docs/bsd/index.md @@ -8,11 +8,11 @@ USB drives, changing the default GRUB menu and so on. **This section is only for the \*GRUB\* payload. For depthcharge, instructions have yet to be written.** -- [How to install NetBSD on a libreboot system](netbsd.html) +- [How to install NetBSD on a libreboot system](netbsd.md) - [How to install LibertyBSD or OpenBSD on a libreboot - system](openbsd.html) + system](openbsd.md) -- [How to install FreeBSD on a libreboot system](freebsd.html) +- [How to install FreeBSD on a libreboot system](freebsd.md) Copyright © 2016 Scott Bonds <scott@ggr.com>\ This page is available under the [CC BY SA 4.0](../cc-by-sa-4.0.txt) diff --git a/docs/bsd/openbsd.md b/docs/bsd/openbsd.md index f443d726..c86eb39e 100644 --- a/docs/bsd/openbsd.md +++ b/docs/bsd/openbsd.md @@ -66,7 +66,7 @@ there. This will also work with the OpenBSD image. Prepare the USB drive (in FreeBSD) ---------------------------------- -[This page](https://www.freebsd.org/doc/handbook/bsdinstall-pre.html) on +[This page](https://www.freebsd.org/doc/handbook/bsdinstall-pre.md) on the FreeBSD website shows how to create a bootable USB drive for installing FreeBSD. Use the *dd* on that page. You can also use the same instructions with a OpenBSD ISO image. |