libs: Move favicon URLs to HTTPS
Helps prevent mixed content warnings if accessing docs over HTTPS. Closes #25459
This commit is contained in:
parent
13a4b83c1a
commit
0e21beb761
29 changed files with 29 additions and 29 deletions
|
|
@ -53,7 +53,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/",
|
||||
html_playground_url = "http://play.rust-lang.org/")]
|
||||
#![doc(test(no_crate_inject))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue