diff options
Diffstat (limited to 'cli/http_util.rs')
-rw-r--r-- | cli/http_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/http_util.rs b/cli/http_util.rs index b99251f96..2158a2a31 100644 --- a/cli/http_util.rs +++ b/cli/http_util.rs @@ -55,7 +55,7 @@ pub type HeadersMap = HashMap<String, String>; /// A structure used to determine if a entity in the http cache can be used. /// /// This is heavily influenced by -/// https://github.com/kornelski/rusty-http-cache-semantics which is BSD +/// <https://github.com/kornelski/rusty-http-cache-semantics> which is BSD /// 2-Clause Licensed and copyright Kornel LesiĆski pub struct CacheSemantics { cache_control: CacheControl, |