From 0106a04d70984b7d5526208c09afea05841a4539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20T=C3=A9tar?= Date: Sun, 2 Mar 2014 12:10:44 +0100 Subject: [PATCH] doc: use the newer favicon --- src/doc/rustdoc.md | 2 +- src/libextra/lib.rs | 2 +- src/libgreen/lib.rs | 2 +- src/libnative/lib.rs | 2 +- src/librustc/lib.rs | 2 +- src/libstd/lib.rs | 2 +- src/libsyntax/lib.rs | 2 +- src/libterm/lib.rs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/doc/rustdoc.md b/src/doc/rustdoc.md index 77aa9273734..3c04d867df9 100644 --- a/src/doc/rustdoc.md +++ b/src/doc/rustdoc.md @@ -63,7 +63,7 @@ is how the above advertisement works. An example from the `libstd` documentation: ~~~ -#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", +#[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_root_url = "http://static.rust-lang.org/doc/master")]; ~~~ diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs index ba26e0c44fa..6861f527b1d 100644 --- a/src/libextra/lib.rs +++ b/src/libextra/lib.rs @@ -25,7 +25,7 @@ #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; #[crate_type = "dylib"]; -#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", +#[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_root_url = "http://static.rust-lang.org/doc/master")]; diff --git a/src/libgreen/lib.rs b/src/libgreen/lib.rs index dca1c869ad2..a054101d91d 100644 --- a/src/libgreen/lib.rs +++ b/src/libgreen/lib.rs @@ -167,7 +167,7 @@ #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; #[crate_type = "dylib"]; -#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", +#[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_root_url = "http://static.rust-lang.org/doc/master")]; diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs index 238e4c23b45..378283973db 100644 --- a/src/libnative/lib.rs +++ b/src/libnative/lib.rs @@ -45,7 +45,7 @@ #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; #[crate_type = "dylib"]; -#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", +#[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_root_url = "http://static.rust-lang.org/doc/master")]; #[deny(unused_result, unused_must_use)]; diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 4018e70b4f5..4a0d166429e 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -23,7 +23,7 @@ #[license = "MIT/ASL2"]; #[crate_type = "dylib"]; #[crate_type = "rlib"]; -#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", +#[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_root_url = "http://static.rust-lang.org/doc/master")]; diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index d38daf68cbc..bdc4fc387ca 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -48,7 +48,7 @@ #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; #[crate_type = "dylib"]; -#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", +#[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_root_url = "http://static.rust-lang.org/doc/master")]; diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 42c9ab461aa..d66ace1fdfa 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -22,7 +22,7 @@ #[license = "MIT/ASL2"]; #[crate_type = "dylib"]; #[crate_type = "rlib"]; -#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", +#[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_root_url = "http://static.rust-lang.org/doc/master")]; diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs index db9f5d3da5c..903fede5faa 100644 --- a/src/libterm/lib.rs +++ b/src/libterm/lib.rs @@ -15,7 +15,7 @@ #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; #[crate_type = "dylib"]; -#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", +#[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_root_url = "http://static.rust-lang.org/doc/master")]; -- GitLab