Skip to content

Commit 3beda36

Browse files
Update link to macros in the book (#2719)
Do not link to an unstable chapter number but to the rust book as a whole
1 parent 709450b commit 3beda36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Rust is a large language and we won't be able to cover all of it in a few days.
4949
Some non-goals of this course are:
5050

5151
- Learning how to develop macros: please see
52-
[Chapter 19.5 in the Rust Book](https://doc.rust-lang.org/book/ch19-06-macros.html)
53-
and [Rust by Example](https://doc.rust-lang.org/rust-by-example/macros.html)
52+
[the Rust Book](https://doc.rust-lang.org/book/) and
53+
[Rust by Example](https://doc.rust-lang.org/rust-by-example/macros.html)
5454
instead.
5555

5656
## Assumptions

0 commit comments

Comments
 (0)