Skip to content

Commit 9c38306

Browse files
authored
Merge pull request #528 from Taxrosdev/patch-1
Fix create-disk-image links
2 parents 7e8c850 + a70625d commit 9c38306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/create-disk-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Our [basic example](examples/basic/basic-os.md) showcases this setup:
1010
- create a workspace & add kernel as member
1111
- add kernel as build-dependency
1212
- add ovmf-prebuilt for UEFI booting in QEMU
13-
- [.cargo/config.toml](/examples/basic/Cargo.toml)
13+
- [.cargo/config.toml](/examples/basic/.cargo/config.toml)
1414
- enable the unstable artifact-dependencies feature
15-
- [rust-toolchain.toml](/examples/basic/Cargo.toml)
15+
- [rust-toolchain.toml](/examples/basic/rust-toolchain.toml)
1616
- change the default toolchain to nightly to use experimental features
1717
- [build.rs](/examples/basic/build.rs)
1818
- create bios and uefi disk image

0 commit comments

Comments
 (0)