From 2f6c93b4f7f46c5405f23a8fd90af6ccce2b1a4b Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Wed, 21 Dec 2016 07:32:04 +0100 Subject: [PATCH] Fixed broken link to style guidelines (#1245) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbb5fbbc17a..5afe4953b09 100644 --- 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 -- 2.44.0