diff options
| author | bors <bors@rust-lang.org> | 2019-05-26 14:07:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-05-26 14:07:16 +0000 |
| commit | 41170ce3411b2029d8906dcee16548f00d90ca24 (patch) | |
| tree | a9c6cd62e91111120b17c6801fe7304d2019a175 /exercises | |
| parent | e2092a4ddd018ac161bc67b4788e5aaeed2dbebc (diff) | |
| parent | e1422c644371aab383f45e3a6c8e469e3a93f662 (diff) | |
Auto merge of #164 - HanKruiger:master, r=komaeda
Fix broken link
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/modules/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/modules/README.md b/exercises/modules/README.md index 7a58d90..d4bd058 100644 --- a/exercises/modules/README.md +++ b/exercises/modules/README.md @@ -4,4 +4,4 @@ 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) +- [The Module System](https://doc.rust-lang.org/stable/book/ch07-02-defining-modules-to-control-scope-and-privacy.html) |
