From a70625df7f2e677137211d71d2850ba67dd19cb1 Mon Sep 17 00:00:00 2001 From: Taxros Date: Wed, 31 Dec 2025 18:38:22 +1300 Subject: [PATCH] docs: fix create-disk-image links --- docs/create-disk-image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/create-disk-image.md b/docs/create-disk-image.md index fc6ba6d1..ad27693d 100644 --- a/docs/create-disk-image.md +++ b/docs/create-disk-image.md @@ -10,9 +10,9 @@ Our [basic example](examples/basic/basic-os.md) showcases this setup: - create a workspace & add kernel as member - add kernel as build-dependency - add ovmf-prebuilt for UEFI booting in QEMU -- [.cargo/config.toml](/examples/basic/Cargo.toml) +- [.cargo/config.toml](/examples/basic/.cargo/config.toml) - enable the unstable artifact-dependencies feature -- [rust-toolchain.toml](/examples/basic/Cargo.toml) +- [rust-toolchain.toml](/examples/basic/rust-toolchain.toml) - change the default toolchain to nightly to use experimental features - [build.rs](/examples/basic/build.rs) - create bios and uefi disk image