From 55e254fd27cc4333ff70fbc10478e212dfcccbf2 Mon Sep 17 00:00:00 2001 From: Dale Wijnand <344610+dwijnand@users.noreply.github.com> Date: Thu, 7 Jun 2018 14:42:07 +0100 Subject: [PATCH] Make a doc URL a clickable link --- components/net/http_cache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};