Skip to content

Commit 9a86da9

Browse files
docs: fix a few links
1 parent dca1cf9 commit 9a86da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Support for formatting let-else statements [#5690]
1111
- New config option, `single_line_let_else_max_width`, that allows users to configure the maximum length of single line `let-else` statements. `let-else` statements that otherwise meet the requirements to be formatted on a single line will have their divergent`else` block formatted over multiple lines if they exceed this length [#5684]
1212

13-
[#5690]: (https://github.com/rust-lang/rustfmt/pulls/5690)
13+
[#5690]: https://github.com/rust-lang/rustfmt/pulls/5690
1414
[#5684]: https://github.com/rust-lang/rustfmt/issues/5684
1515

1616
## [1.5.3] 2023-06-20

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.
229229

230230
[rust]: https://github.com/rust-lang/rust
231231
[fmt rfcs]: https://github.com/rust-dev-tools/fmt-rfcs
232-
[style guide]: https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/guide.md
232+
[style guide]: https://doc.rust-lang.org/nightly/style-guide/

0 commit comments

Comments
 (0)