summaryrefslogtreecommitdiff
path: root/exercises/21_macros/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-04-03 18:22:55 +0200
committermo8it <mo8it@proton.me>2025-04-03 18:22:55 +0200
commit63d8986f2a6bc97496065d3bac495a77016fd42f (patch)
tree3848f33bd38775049266c00a01db9ee1e98ba9c3 /exercises/21_macros/README.md
parentecaecc2f76b67d6300dfc789bb4c812d93e1973b (diff)
Update links
Diffstat (limited to 'exercises/21_macros/README.md')
-rw-r--r--exercises/21_macros/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/21_macros/README.md b/exercises/21_macros/README.md
index 724c844..de7fb7b 100644
--- a/exercises/21_macros/README.md
+++ b/exercises/21_macros/README.md
@@ -10,6 +10,6 @@ of exercises to Rustlings, but is all about learning to write Macros.
## Further information
-- [The Rust Book - Macros](https://doc.rust-lang.org/book/ch20-06-macros.html#macros)
+- [The Rust Book - Macros](https://doc.rust-lang.org/book/ch20-05-macros.html)
- [The Little Book of Rust Macros](https://veykril.github.io/tlborm/)
- [Rust by Example - macro_rules!](https://doc.rust-lang.org/rust-by-example/macros.html)