Skip to content

Commit 44699e9

Browse files
authored
Merge pull request #2227 from Hunter-Plus/patch-1
Update README.md
2 parents 7c0d269 + 9978c17 commit 44699e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/21_macros/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ of exercises to Rustlings, but is all about learning to write Macros.
1010

1111
## Further information
1212

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

0 commit comments

Comments
 (0)