Skip to content

Commit 0e21beb

Browse files
committed
libs: Move favicon URLs to HTTPS
Helps prevent mixed content warnings if accessing docs over HTTPS. Closes #25459
1 parent 13a4b83 commit 0e21beb

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

src/liballoc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#![staged_api]
6565
#![crate_type = "rlib"]
6666
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
67-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
67+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
6868
html_root_url = "http://doc.rust-lang.org/nightly/")]
6969
#![doc(test(no_crate_inject))]
7070

src/libarena/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#![crate_type = "rlib"]
2828
#![crate_type = "dylib"]
2929
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
30-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
30+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3131
html_root_url = "http://doc.rust-lang.org/nightly/")]
3232

3333
#![feature(alloc)]

src/libcollections/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#![staged_api]
2020
#![crate_type = "rlib"]
2121
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
22-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
22+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
2323
html_root_url = "http://doc.rust-lang.org/nightly/",
2424
html_playground_url = "http://play.rust-lang.org/")]
2525
#![doc(test(no_crate_inject))]

src/libcore/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#![staged_api]
5454
#![crate_type = "rlib"]
5555
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
56-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
56+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
5757
html_root_url = "http://doc.rust-lang.org/nightly/",
5858
html_playground_url = "http://play.rust-lang.org/")]
5959
#![doc(test(no_crate_inject))]

src/libflate/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#![crate_type = "rlib"]
2323
#![crate_type = "dylib"]
2424
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
25-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
25+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
2626
html_root_url = "http://doc.rust-lang.org/nightly/")]
2727

2828
#![feature(libc)]

src/libfmt_macros/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#![crate_type = "rlib"]
2323
#![crate_type = "dylib"]
2424
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
25-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
25+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
2626
html_root_url = "http://doc.rust-lang.org/nightly/",
2727
html_playground_url = "http://play.rust-lang.org/")]
2828

src/libgetopts/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#![crate_type = "rlib"]
8686
#![crate_type = "dylib"]
8787
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
88-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
88+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
8989
html_root_url = "http://doc.rust-lang.org/nightly/",
9090
html_playground_url = "http://play.rust-lang.org/")]
9191

src/libgraphviz/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
#![crate_type = "rlib"]
280280
#![crate_type = "dylib"]
281281
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
282-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
282+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
283283
html_root_url = "http://doc.rust-lang.org/nightly/")]
284284
#![feature(collections)]
285285
#![feature(into_cow)]

src/liblibc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#![cfg_attr(not(feature = "cargo-build"), staged_api)]
1919
#![cfg_attr(not(feature = "cargo-build"), no_std)]
2020
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
21-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
21+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
2222
html_root_url = "http://doc.rust-lang.org/nightly/",
2323
html_playground_url = "http://play.rust-lang.org/")]
2424
#![cfg_attr(test, feature(test))]

src/liblog/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
#![crate_type = "rlib"]
165165
#![crate_type = "dylib"]
166166
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
167-
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
167+
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
168168
html_root_url = "http://doc.rust-lang.org/nightly/",
169169
html_playground_url = "http://play.rust-lang.org/")]
170170
#![deny(missing_docs)]

0 commit comments

Comments
 (0)