diff options
| author | Adrien Tétar <adri-from-59@hotmail.fr> | 2014-03-02 12:10:44 +0100 |
|---|---|---|
| committer | Adrien Tétar <adri-from-59@hotmail.fr> | 2014-03-04 18:37:51 +0100 |
| commit | 0106a04d70984b7d5526208c09afea05841a4539 (patch) | |
| tree | 5c00220fd21552ded1430282c45f348ad15b6c4c | |
| parent | fd09e91e0031448aa01829f55443c3669b264241 (diff) | |
| download | rust-0106a04d70984b7d5526208c09afea05841a4539.tar.gz rust-0106a04d70984b7d5526208c09afea05841a4539.zip | |
doc: use the newer favicon
| -rw-r--r-- | src/doc/rustdoc.md | 2 | ||||
| -rw-r--r-- | src/libextra/lib.rs | 2 | ||||
| -rw-r--r-- | src/libgreen/lib.rs | 2 | ||||
| -rw-r--r-- | src/libnative/lib.rs | 2 | ||||
| -rw-r--r-- | src/librustc/lib.rs | 2 | ||||
| -rw-r--r-- | src/libstd/lib.rs | 2 | ||||
| -rw-r--r-- | src/libsyntax/lib.rs | 2 | ||||
| -rw-r--r-- | 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 @@ Rust extras are part of the standard Rust distribution. #[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 @@ This API is completely unstable and subject to change. #[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 @@ This API is completely unstable and subject to change. #[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")]; |
