From 9ae27429554f1440d8705490a7258e9e3871d811 Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Fri, 16 Aug 2019 15:19:10 +0200 Subject: [PATCH] Fix book link --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ad1b0e4..42216a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ //! is available. //! //! [`std`]: https://doc.rust-lang.org/std/index.html -//! [here]: https://book.async.rs +//! [book]: https://book.async.rs //! //! # Examples //!