From 70bf8e76da32ebdee5d0658aa5bd81d6ad1c8c77 Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Tue, 9 Mar 2021 02:39:03 +0530 Subject: [PATCH] [docs] added flutter-fix and dart-fix public links (#77463) --- packages/flutter/lib/fix_data.yaml | 3 ++- packages/flutter/test_fixes/README.md | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) 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.