diff --git a/components/net/http_cache.rs b/components/net/http_cache.rs index 77fa6897ecb..e45c8577215 100644 --- a/components/net/http_cache.rs +++ b/components/net/http_cache.rs @@ -4,7 +4,7 @@ #![deny(missing_docs)] -//! A memory cache implementing the logic specified in http://tools.ietf.org/html/rfc7234 +//! A memory cache implementing the logic specified in //! and . use fetch::methods::{Data, DoneChannel};