From 0e21beb761e98d30a09c48e110eb0bb3d18fc5ea Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 15 May 2015 16:04:01 -0700 Subject: libs: Move favicon URLs to HTTPS Helps prevent mixed content warnings if accessing docs over HTTPS. Closes #25459 --- src/liballoc/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc/lib.rs') 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))] -- cgit 1.4.1-3-g733a5