Use https URLs to refer to rust-lang.org where appropriate.
Also fixes a few outdated links.
This commit is contained in:
parent
febdc3b201
commit
bbbfed2f93
57 changed files with 185 additions and 206 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue