Skip to content

Commit 9efffee

Browse files
template: Link to the tutorial in the readme
Replace the link to `BUILDING.md` with a link to the tutorial in the book, which is a more thorough introduction to building and running UEFI apps.
1 parent b3c0dc4 commit 9efffee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: template/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This directory contains a minimal example of a UEFI application.
44
Copy it to a new directory to get started.
55

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`.
6+
Check out the [tutorial] for more instructions on how to build and run a
7+
UEFI application developed using `uefi-rs`.
88

99
## File structure
1010

@@ -39,3 +39,4 @@ loads and executes an ELF kernel binary.
3939
[linker scripts]: https://sourceware.org/binutils/docs/ld/Scripts.html
4040
[EFI stub]: https://www.kernel.org/doc/Documentation/efi-stub.txt
4141
[bootloader]: https://github.com/rust-osdev/bootloader
42+
[tutorial]: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/introduction.html

0 commit comments

Comments
 (0)