From bbfdc8a5f73fcde627a1f058e4b691e431bd43dc Mon Sep 17 00:00:00 2001 From: Garrett Squire Date: Wed, 17 May 2017 23:15:13 -0700 Subject: [PATCH] remove dead link --- src/net.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/net.md b/src/net.md index ac86175..53bfb91 100644 --- a/src/net.md +++ b/src/net.md @@ -416,7 +416,7 @@ quick_main!(run); Query the [GitHub Users Endpoint](https://api.github.com/users) using a HEAD request and then inspect the response code to determine success. This is a quick way to query a rest resource without needing to receive a body. You can also configure the [`reqwest::Client`] to use a timeout -which ensures that a request will not last longer than what it is configured with. +which ensures that a request will not last longer than what is passed to the timeout function. ```rust,no_run #[macro_use] @@ -560,7 +560,6 @@ quick_main!(run); [`io::copy`]: https://doc.rust-lang.org/std/io/fn.copy.html -[`Duration`]: https://doc.rust-lang.org/nightly/std/time/struct.Duration.html [`File`]: https://doc.rust-lang.org/std/fs/struct.File.html [`Url`]: https://docs.rs/url/1.*/url/struct.Url.html [`parse`]: https://docs.rs/url/1.*/url/struct.Url.html#method.parse