From e1422c644371aab383f45e3a6c8e469e3a93f662 Mon Sep 17 00:00:00 2001 From: HanKruiger Date: Sun, 26 May 2019 14:45:04 +0200 Subject: [PATCH] Fix broken link --- exercises/modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)