rollup merge of #27622: eefriedman/https-url
Also fixes a few outdated links.
This commit is contained in:
commit
737397c584
57 changed files with 197 additions and 215 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