diff options
author | Mathias Lafeldt <mathias.lafeldt@gmail.com> | 2022-07-30 12:20:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 12:20:29 +0200 |
commit | 3f0dcd3b80b872df6d287ef4a7afa4388c5a3d91 (patch) | |
tree | cff4e4801f148cfb115d474562460bee0421bd5b /cli/http_util.rs | |
parent | 9e917834dd986c547e7c3d1fdb1d1a34d945b5e7 (diff) |
docs: turn bare URLs into clickable links (#15347)
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, |