From 63c133e4a3f48bc15a75797dcea98bcf2f81cf2e Mon Sep 17 00:00:00 2001 From: Russell Cousineau Date: Thu, 6 Jun 2019 20:17:22 -0700 Subject: chore: Fix a couple broken book links --- exercises/functions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/functions') diff --git a/exercises/functions/README.md b/exercises/functions/README.md index c40755b..351ae02 100644 --- a/exercises/functions/README.md +++ b/exercises/functions/README.md @@ -4,4 +4,4 @@ Here, you'll learn how to write functions and how Rust's compiler can trace thin #### Book Sections -- [How Functions Work](https://doc.rust-lang.org/stable/book/ch03-03-how-functions-work.html) +- [How Functions Work](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html) -- cgit v1.2.3