diff options
| author | Russell Cousineau <miller.time.baby@gmail.com> | 2019-06-06 20:17:22 -0700 |
|---|---|---|
| committer | Russell Cousineau <miller.time.baby@gmail.com> | 2019-06-11 07:13:05 -0700 |
| commit | 63c133e4a3f48bc15a75797dcea98bcf2f81cf2e (patch) | |
| tree | a547970c3311411a11b43491206a82db77cb94d3 /exercises/macros/README.md | |
| parent | b8d59d699bed76b6be95d1ed41881d00d4b0d533 (diff) | |
chore: Fix a couple broken book links
Diffstat (limited to 'exercises/macros/README.md')
| -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 b8f8e42..ef9e4bd 100644 --- a/exercises/macros/README.md +++ b/exercises/macros/README.md @@ -6,5 +6,5 @@ modules, instead we'll show you how to use and create them. #### Book Sections -- [Macros](https://doc.rust-lang.org/stable/book/ch19-06-macros.html) +- [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) |
