Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: packages/dart_style/README.md

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/dart_style/CHANGELOG.md ('k') | packages/dart_style/bin/format.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « packages/dart_style/CHANGELOG.md ('k') | packages/dart_style/bin/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698