diff --git a/packages/flutter/lib/fix_data.yaml b/packages/flutter/lib/fix_data.yaml index 6b2367d377f..355590833bc 100644 --- a/packages/flutter/lib/fix_data.yaml +++ b/packages/flutter/lib/fix_data.yaml @@ -2,7 +2,8 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -# TODO(Piinks): Add link to public user guide when available. +# For details regarding *Flutter Fix* feature, see +# https://flutter.dev/docs/development/tools/flutter-fix # Please add new fixes to the top of the file, separated by one blank line # from other fixes. In a comment, include a link to the PR where the change diff --git a/packages/flutter/test_fixes/README.md b/packages/flutter/test_fixes/README.md index 33e90d0d96b..0653a070729 100644 --- a/packages/flutter/test_fixes/README.md +++ b/packages/flutter/test_fixes/README.md @@ -1,9 +1,7 @@ ## Directory contents The Dart files and golden master `.expect` files in this directory are used to -test the `dart fix` framework refactorings used by the Flutter framework. - - +test the [`dart fix` framework](https://dart.dev/tools/dart-fix) refactorings used by the Flutter framework. See the flutter/packages/flutter/lib/fix_data.yaml file for the current package:flutter data driven fixes.