diff options
author | Leah Rowe <info@minifree.org> | 2018-06-13 21:43:14 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2018-06-13 21:43:14 +0100 |
commit | 89961a3cb7d38575c09ef72c350b7bddadf01756 (patch) | |
tree | e7b6d09240dafdc78b8b8b1e410ea72a923513b4 /docs/gnulinux/grub_boot_installer.md | |
parent | 06cfdcc564c76c195128548a2664fd49f55b32d9 (diff) | |
download | librebootfr-89961a3cb7d38575c09ef72c350b7bddadf01756.tar.gz librebootfr-89961a3cb7d38575c09ef72c350b7bddadf01756.zip |
Fix/update/remove dead/broken links on the website and documentation
Thanks go to skollrc for pointing out these dead links, on this thread:
https://www.reddit.com/r/libreboot/comments/8pjjg5/some_dead_links_in_libreboot
_website/
Diffstat (limited to 'docs/gnulinux/grub_boot_installer.md')
-rw-r--r-- | docs/gnulinux/grub_boot_installer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/grub_boot_installer.md b/docs/gnulinux/grub_boot_installer.md index 7086b71d..7d4375e6 100644 --- a/docs/gnulinux/grub_boot_installer.md +++ b/docs/gnulinux/grub_boot_installer.md @@ -25,7 +25,7 @@ Overwrite the drive, writing your distro ISO to it with `dd`. For example, if we That's it! You should now be able to boot the installer from your USB drive (the instructions for doing so will be given later). ## Prepare the USB drive in NetBSD -[This page](https://wiki.netbsd.org/tutorials how_to_install_netbsd_from_an_usb_memory_stick/) on the NetBSD website shows how to create a NetBSD bootable USB drive, from within NetBSD itself. You should the `dd` method documented there. This will work with any GNU+Linux ISO image. +[This page](https://wiki.netbsd.org/tutorials/how_to_install_netbsd_from_an_usb_memory_stick/) on the NetBSD website shows how to create a NetBSD bootable USB drive, from within NetBSD itself. You should the `dd` method documented there. This will work with any GNU+Linux ISO image. ## Prepare the USB drive in FreeBSD [This page](https://www.freebsd.org/doc/handbook/bsdinstall-pre.html) on the FreeBSD website shows how to create a bootable USB drive for installing FreeBSD. Use the `dd` method documented. This will work with any GNU+Linux ISO image. |