Skip to content

Commit 4e2b8d7

Browse files
authored
Update broken doc links
1 parent 3649e82 commit 4e2b8d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You need a nightly [Rust](https://www.rust-lang.org) compiler with the `llvm-too
1414

1515
To use this crate, you need to adjust your kernel to be bootable first. Then you can create a bootable disk image from your compiled kernel. These steps are explained in detail below.
1616

17-
If you're already using an older version of the `bootloader` crate, follow our [migration guides](doc/migration).
17+
If you're already using an older version of the `bootloader` crate, follow our [migration guides](docs/migration).
1818

1919
### Kernel
2020

@@ -65,7 +65,7 @@ To combine your kernel with a bootloader and create a bootable disk image, follo
6565
- Use `bootloader::UefiBoot` and/or `bootloader::BiosBoot` to create a bootable disk image with your kernel.
6666
- Do something with the bootable disk images in your `main.rs` function. For example, run them with QEMU.
6767

68-
See our [disk image creation template](doc/create-disk-image.md) for a more detailed example.
68+
See our [disk image creation template](docs/create-disk-image.md) for a more detailed example.
6969

7070
## Architecture
7171

0 commit comments

Comments
 (0)