From 48aced1b66e770c2fb1999d104f84b9e5acd2a3e Mon Sep 17 00:00:00 2001 From: Ejez <48388358+ejez@users.noreply.github.com> Date: Sun, 29 Nov 2020 17:53:02 +0300 Subject: [PATCH] Update old invalid link Update old invalid link in src/error/option_unwrap/map.md --- src/error/option_unwrap/map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error/option_unwrap/map.md b/src/error/option_unwrap/map.md index c458e7d955..6682e317a9 100644 --- a/src/error/option_unwrap/map.md +++ b/src/error/option_unwrap/map.md @@ -80,7 +80,7 @@ fn main() { [closures][closures], [`Option`][option], [`Option::map()`][map] -[combinators]: https://doc.rust-lang.org/book/glossary.html#combinators +[combinators]: https://doc.rust-lang.org/reference/glossary.html#combinator [closures]: ../../fn/closures.md [option]: https://doc.rust-lang.org/std/option/enum.Option.html [map]: https://doc.rust-lang.org/std/option/enum.Option.html#method.map