]> git.lizzy.rs Git - rust.git/commitdiff
Fixed broken link to style guidelines (#1245)
authorAntoine Gersant <antoine.gersant@lesforges.org>
Wed, 21 Dec 2016 06:32:04 +0000 (07:32 +0100)
committerNick Cameron <nrc@ncameron.org>
Wed, 21 Dec 2016 06:32:04 +0000 (19:32 +1300)
README.md

index fbb5fbbc17ad70cfbe72fcc014807631c5af62b2..5afe4953b092c9011e66cc3d96cedf348b128af3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -154,7 +154,7 @@ directory and it will apply the options in that file. See `rustfmt
 source code, [src/config.rs](src/config.rs).
 
 By default, Rustfmt uses a style which (mostly) conforms to the
-[Rust style guidelines](https://github.com/rust-lang/rust/tree/master/src/doc/style).
+[Rust style guidelines](https://doc.rust-lang.org/1.12.0/style/README.html).
 There are many details which the style guidelines do not cover, and in these
 cases we try to adhere to a style similar to that used in the
 [Rust repo](https://github.com/rust-lang/rust). Once Rustfmt is more complete, and