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 +++--- 14 files changed, 36 insertions(+), 37 deletions(-) (limited to 'src/doc') 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/)