summaryrefslogtreecommitdiff
path: root/exercises/modules
diff options
context:
space:
mode:
authorliv <liv@fastmail.com>2019-01-23 21:02:06 +0100
committerliv <liv@fastmail.com>2019-01-23 21:02:06 +0100
commita49a22071ab0c675e43e03ab9c08b0153d8f9c74 (patch)
tree20348ceb53e94aca5a63c207b6685f0501f1f03f /exercises/modules
parentdc1f3b79f8b528659e39057ac733d07e1051bc4d (diff)
redo the section readmes
Diffstat (limited to 'exercises/modules')
-rw-r--r--exercises/modules/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/exercises/modules/README.md b/exercises/modules/README.md
index 7a0232f..7a58d90 100644
--- a/exercises/modules/README.md
+++ b/exercises/modules/README.md
@@ -1 +1,7 @@
-For this exercise check out the [Modules](https://doc.rust-lang.org/book/2018-edition/ch07-01-mod-and-the-filesystem.html) chapter of the Rust Book. \ No newline at end of file
+### Modules
+
+In this section we'll give you an introduction to Rust's module system.
+
+#### Book Sections
+
+- [The Module System](https://doc.rust-lang.org/stable/book/ch07-02-modules-and-use-to-control-scope-and-privacy.html)