From bbbfed2f93d3ba58a53ed8bf353ed11f3bb751db Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sun, 9 Aug 2015 14:15:05 -0700 Subject: Use https URLs to refer to rust-lang.org where appropriate. Also fixes a few outdated links. --- src/doc/favicon.inc | 2 +- src/doc/not_found.md | 8 ++++---- src/doc/style/README.md | 2 +- src/doc/style/errors/ergonomics.md | 2 +- src/doc/style/errors/signaling.md | 2 +- .../style/features/functions-and-methods/input.md | 7 +++---- src/doc/style/features/modules.md | 20 ++++++++++---------- src/doc/style/ownership/builders.md | 2 +- src/doc/trpl/README.md | 2 +- src/doc/trpl/compiler-plugins.md | 4 ++-- src/doc/trpl/documentation.md | 8 ++++---- src/doc/trpl/installing-rust.md | 4 ++-- src/doc/trpl/nightly-rust.md | 4 ++-- src/doc/version_info.html.template | 6 +++--- src/liballoc/lib.rs | 4 ++-- src/libarena/lib.rs | 4 ++-- src/libcollections/lib.rs | 6 +++--- src/libcore/lib.rs | 6 +++--- src/libflate/lib.rs | 4 ++-- src/libfmt_macros/lib.rs | 6 +++--- src/libgetopts/lib.rs | 6 +++--- src/libgraphviz/lib.rs | 4 ++-- src/liblibc/lib.rs | 6 +++--- src/liblog/lib.rs | 6 +++--- src/librand/lib.rs | 6 +++--- src/librbml/lib.rs | 6 +++--- src/librustc/README.md | 2 +- src/librustc/lib.rs | 4 ++-- src/librustc_back/lib.rs | 4 ++-- src/librustc_borrowck/lib.rs | 4 ++-- src/librustc_data_structures/lib.rs | 6 +++--- src/librustc_driver/lib.rs | 4 ++-- src/librustc_lint/lib.rs | 4 ++-- src/librustc_llvm/lib.rs | 4 ++-- src/librustc_privacy/lib.rs | 4 ++-- src/librustc_resolve/diagnostics.rs | 10 +++++----- src/librustc_resolve/lib.rs | 4 ++-- src/librustc_trans/lib.rs | 4 ++-- src/librustc_typeck/diagnostics.rs | 4 ++-- src/librustc_typeck/lib.rs | 4 ++-- src/librustc_unicode/lib.rs | 6 +++--- src/librustdoc/html/markdown.rs | 2 +- src/librustdoc/lib.rs | 6 +++--- src/libserialize/lib.rs | 6 +++--- src/libstd/lib.rs | 6 +++--- src/libsyntax/diagnostics/plugin.rs | 2 +- src/libsyntax/lib.rs | 4 ++-- src/libterm/lib.rs | 6 +++--- src/libtest/lib.rs | 4 ++-- src/rustbook/build.rs | 2 +- .../compile-fail/loops-reject-duplicate-labels-2.rs | 2 +- src/test/run-pass/cleanup-arm-conditional.rs | 10 ---------- src/test/run-pass/cleanup-shortcircuit.rs | 10 ---------- 53 files changed, 122 insertions(+), 143 deletions(-) (limited to 'src') diff --git a/src/doc/favicon.inc b/src/doc/favicon.inc index 51609a660d3..8f881657bdc 100644 --- a/src/doc/favicon.inc +++ b/src/doc/favicon.inc @@ -1 +1 @@ - + diff --git a/src/doc/not_found.md b/src/doc/not_found.md index 0efdf45c640..5d632ebc68f 100644 --- a/src/doc/not_found.md +++ b/src/doc/not_found.md @@ -21,12 +21,12 @@ Some things that might be helpful to you though: # Reference -* [The Rust official site](http://rust-lang.org) -* [The Rust reference](http://doc.rust-lang.org/reference.html) +* [The Rust official site](https://www.rust-lang.org) +* [The Rust reference](https://doc.rust-lang.org/reference.html) # Docs -* [The standard library](http://doc.rust-lang.org/std/) +* [The standard library](https://doc.rust-lang.org/std/)