We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c0dc4 commit 9efffeeCopy full SHA for 9efffee
template/README.md
@@ -3,8 +3,8 @@
3
This directory contains a minimal example of a UEFI application.
4
Copy it to a new directory to get started.
5
6
-Check out the [`BUILDING.md`](../BUILDING.md) document for more instructions on
7
-how to build and run a UEFI application developed using `uefi-rs`.
+Check out the [tutorial] for more instructions on how to build and run a
+UEFI application developed using `uefi-rs`.
8
9
## File structure
10
@@ -39,3 +39,4 @@ loads and executes an ELF kernel binary.
39
[linker scripts]: https://sourceware.org/binutils/docs/ld/Scripts.html
40
[EFI stub]: https://www.kernel.org/doc/Documentation/efi-stub.txt
41
[bootloader]: https://github.com/rust-osdev/bootloader
42
+[tutorial]: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/introduction.html
0 commit comments