| Index: packages/dart_style/README.md
|
| diff --git a/packages/dart_style/README.md b/packages/dart_style/README.md
|
| index 0594b6e911d93b0de21e5d1d227304eedfdd8adc..be571e268f15960abf28aa6d8ee989b10f015f7d 100644
|
| --- a/packages/dart_style/README.md
|
| +++ b/packages/dart_style/README.md
|
| @@ -3,7 +3,7 @@ code. It replaces the whitespace in your program with what it deems to be the
|
| best formatting for it. Resulting code should follow the [Dart style guide][]
|
| but, moreso, should look nice to most human readers, most of the time.
|
|
|
| -[dart style guide]: https://www.dartlang.org/articles/style-guide/
|
| +[dart style guide]: https://www.dartlang.org/guides/language/effective-dart/style
|
|
|
| The formatter handles indentation, inline whitespace and
|
| (by far the most difficult), intelligent line wrapping.
|
|
|