Skip to content

Commit 9a17641

Browse files
authored
Added missing link to edition 2018 guide
1 parent c5352fa commit 9a17641

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/preface.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ need to install the following tools to run and inspect the examples in this
4242
book:
4343

4444
- All the code in this book uses the 2018 edition. If you are not familiar with
45-
the 2018 features and idioms check [the edition guide].
45+
the 2018 features and idioms check the [`edition guide`].
4646

4747
- Rust 1.30, 1.30-beta, nightly-2018-09-13, or a newer toolchain PLUS ARM
4848
Cortex-M compilation support.
@@ -56,6 +56,8 @@ book:
5656

5757
- GDB with ARM support.
5858

59+
[`edition guide`]: https://rust-lang-nursery.github.io/edition-guide/
60+
5961
### Example setup
6062

6163
Instructions common to all OSes

0 commit comments

Comments
 (0)