diff options
| author | Russell Cousineau <miller.time.baby@gmail.com> | 2019-06-06 20:17:22 -0700 |
|---|---|---|
| committer | Russell Cousineau <miller.time.baby@gmail.com> | 2019-06-11 07:13:05 -0700 |
| commit | 63c133e4a3f48bc15a75797dcea98bcf2f81cf2e (patch) | |
| tree | a547970c3311411a11b43491206a82db77cb94d3 /exercises/functions/README.md | |
| parent | b8d59d699bed76b6be95d1ed41881d00d4b0d533 (diff) | |
chore: Fix a couple broken book links
Diffstat (limited to 'exercises/functions/README.md')
| -rw-r--r-- | exercises/functions/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
