Skip to content

Commit 2c32a42

Browse files
readme: Replace BUILDING.md link with tutorial link
1 parent 4dc23a6 commit 2c32a42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

uefi-test-runner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ be run in a specially-configured QEMU VM. This allows us to test the
55
parts of the `uefi` package that depend on a UEFI environment, such as
66
various boot services and protocols.
77

8-
## Prerequisites
8+
## Requirements
99

1010
- [QEMU](https://www.qemu.org/): the most recent version of QEMU is recommended.
1111
- [Python 3](https://www.python.org): at least version 3.6 is required.

uefi/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ For additional information, refer to the [UEFI specification][spec].
4949

5050
## Building UEFI programs
5151

52-
For instructions on how to create your own UEFI apps, see [BUILDING.md].
52+
For instructions on how to create your own UEFI apps, see the [tutorial].
5353

5454
The uefi-rs crates currently require some [unstable features].
5555
The nightly MSRV is currently 2022-08-08.
5656

5757
[unstable features]: https://github.com/rust-osdev/uefi-rs/issues/452
58-
[BUILDING.md]: https://github.com/rust-osdev/uefi-rs/blob/HEAD/BUILDING.md
58+
[tutorial]: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/introduction.html
5959

6060
## License
6161

0 commit comments

Comments
 (0)