1
Fork 0

Use https URLs to refer to rust-lang.org where appropriate.

Also fixes a few outdated links.
This commit is contained in:
Eli Friedman 2015-08-09 14:15:05 -07:00
parent febdc3b201
commit bbbfed2f93
57 changed files with 185 additions and 206 deletions

View file

@ -598,7 +598,7 @@ mod tests {
assert_eq!(output, expect);
}
t("hello [Rust](http://rust-lang.org) :)", "hello Rust :)");
t("hello [Rust](https://www.rust-lang.org) :)", "hello Rust :)");
t("code `let x = i32;` ...", "code `let x = i32;` ...");
t("type `Type<'static>` ...", "type `Type<'static>` ...");
t("# top header", "top header");