diff options
| author | delet0r <lucas@humfeldt.de> | 2018-11-27 10:54:01 +0100 |
|---|---|---|
| committer | delet0r <lucas@humfeldt.de> | 2018-11-27 10:54:01 +0100 |
| commit | b0c9b33978ca6ae1eff3658c7c6d0bfe48926d23 (patch) | |
| tree | 02e37627f3554117efcfe514547a1608d6e9cfed /exercises/macros | |
| parent | 0973e600566baa0071cfd050bdfbf62a3e72b43e (diff) | |
Changed Rust Book versions in links to 2018
Forgot to add changes to last commit.
Diffstat (limited to 'exercises/macros')
| -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 9af0071..87851c5 100644 --- a/exercises/macros/README.md +++ b/exercises/macros/README.md @@ -1,2 +1,2 @@ -For this exercise check out the section [Macros](https://doc.rust-lang.org/book/first-edition/macros.html) and the chapter +For this exercise check out the section [Macros](https://doc.rust-lang.org/book/2018-edition/macros.html) and the chapter [Macros Appendix](https://doc.rust-lang.org/book/2018-edition/appendix-04-macros.html) of the Rust Book and [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book/index.html). |
