1
Fork 0

rollup merge of #27622: eefriedman/https-url

Also fixes a few outdated links.
This commit is contained in:
Alex Crichton 2015-08-11 22:11:25 -07:00
commit 737397c584
57 changed files with 197 additions and 215 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");