diff options
| author | Mouwrice <mauricevanwassenhove@gmail.com> | 2022-08-09 20:27:27 +0200 |
|---|---|---|
| committer | Mouwrice <mauricevanwassenhove@gmail.com> | 2022-08-09 20:27:27 +0200 |
| commit | ef70ad907f4615b34abe3e65c7b21fffe7661f35 (patch) | |
| tree | 33d00a80cfb426a577e54fb454f8eed37d98262f /exercises | |
| parent | 300cdc27dd0eb06939e187f86dd5833d146339a3 (diff) | |
fix(macros-readme): update the book link to the more recent version of the book
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/macros/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/macros/README.md b/exercises/macros/README.md index 319d840..31a941b 100644 --- a/exercises/macros/README.md +++ b/exercises/macros/README.md @@ -7,4 +7,4 @@ macros. Instead, we'll show you how to use and create them. ## Further information - [Macros](https://doc.rust-lang.org/book/ch19-06-macros.html) -- [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book/index.html) +- [The Little Book of Rust Macros](https://veykril.github.io/tlborm/) |
