summaryrefslogtreecommitdiff
path: root/exercises/macros
diff options
context:
space:
mode:
authordelet0r <lucas@humfeldt.de>2018-11-27 10:54:01 +0100
committerdelet0r <lucas@humfeldt.de>2018-11-27 10:54:01 +0100
commitb0c9b33978ca6ae1eff3658c7c6d0bfe48926d23 (patch)
tree02e37627f3554117efcfe514547a1608d6e9cfed /exercises/macros
parent0973e600566baa0071cfd050bdfbf62a3e72b43e (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.md2
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).