Skip to content

Commit 63d8986

Browse files
committed
Update links
1 parent ecaecc2 commit 63d8986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/08_enums/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Useful in combination with enums is Rust's "pattern matching" facility, which ma
77
## Further information
88

99
- [Enums](https://doc.rust-lang.org/book/ch06-00-enums.html)
10-
- [Pattern syntax](https://doc.rust-lang.org/book/ch18-03-pattern-syntax.html)
10+
- [Pattern syntax](https://doc.rust-lang.org/book/ch19-03-pattern-syntax.html)

exercises/21_macros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ of exercises to Rustlings, but is all about learning to write Macros.
1010

1111
## Further information
1212

13-
- [The Rust Book - Macros](https://doc.rust-lang.org/book/ch20-06-macros.html#macros)
13+
- [The Rust Book - Macros](https://doc.rust-lang.org/book/ch20-05-macros.html)
1414
- [The Little Book of Rust Macros](https://veykril.github.io/tlborm/)
1515
- [Rust by Example - macro_rules!](https://doc.rust-lang.org/rust-by-example/macros.html)

0 commit comments

Comments
 (0)