diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-05-15 16:04:01 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-05-15 16:04:01 -0700 |
| commit | 0e21beb761e98d30a09c48e110eb0bb3d18fc5ea (patch) | |
| tree | b53e5faa8aa729bb83332badc322b0adb543a7e2 /src/liballoc/lib.rs | |
| parent | 13a4b83c1a73260b9c34a66d3bde62ff09d01863 (diff) | |
| download | rust-0e21beb761e98d30a09c48e110eb0bb3d18fc5ea.tar.gz rust-0e21beb761e98d30a09c48e110eb0bb3d18fc5ea.zip | |
libs: Move favicon URLs to HTTPS
Helps prevent mixed content warnings if accessing docs over HTTPS. Closes #25459
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 473429b813c..ac5a5d60cbd 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -64,7 +64,7 @@ #![staged_api] #![crate_type = "rlib"] #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", - html_favicon_url = "http://www.rust-lang.org/favicon.ico", + html_favicon_url = "https://doc.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/nightly/")] #![doc(test(no_crate_inject))] |
