Skip to content

Commit 15af844

Browse files
authored
Update framework and flutter fix flutter.dev/docs links (#150174)
Update links in the framework and fix data files to their newest, up-to-date destinations.
1 parent 051b6b1 commit 15af844

File tree

72 files changed

+100
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+100
-101
lines changed

packages/flutter/lib/animation.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@
148148
///
149149
/// See also:
150150
///
151-
/// * [Introduction to animations](https://flutter.dev/docs/development/ui/animations)
151+
/// * [Introduction to animations](https://docs.flutter.dev/ui/animations)
152152
/// on flutter.dev.
153-
/// * [Animations tutorial](https://flutter.dev/docs/development/ui/animations/tutorial)
153+
/// * [Animations tutorial](https://docs.flutter.dev/ui/animations/tutorial)
154154
/// on flutter.dev.
155155
/// * [Sample app](https://github.com/flutter/samples/tree/main/animations),
156156
/// which showcases Flutter's animation features.

packages/flutter/lib/cupertino.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
/// This library is designed for apps that run on iOS. For apps that may also
1010
/// run on other operating systems, we encourage use of other widgets, for
1111
/// example the [Material
12-
/// Design](https://flutter.dev/docs/development/ui/widgets/material) set.
12+
/// Design](https://docs.flutter.dev/ui/widgets/material) set.
1313
///
1414
/// {@youtube 560 315 https://www.youtube.com/watch?v=3PdUaidHc-E}
1515
///
1616
/// See also:
1717
///
18-
/// * [flutter.dev/widgets/cupertino](https://flutter.dev/docs/development/ui/widgets/cupertino)
18+
/// * [flutter.dev/widgets/cupertino](https://docs.flutter.dev/ui/widgets/cupertino)
1919
/// for a catalog of all Cupertino widgets.
20-
/// * [flutter.dev/widgets](https://flutter.dev/widgets/)
20+
/// * [flutter.dev/widgets](https://docs.flutter.dev/ui/widgets)
2121
/// for a catalog of commonly-used Flutter widgets.
2222
2323
library cupertino;

packages/flutter/lib/fix_data/fix_cupertino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# For details regarding the *Flutter Fix* feature, see
6-
# https://flutter.dev/docs/development/tools/flutter-fix
6+
# https://docs.flutter.dev/tools/flutter-fix
77

88
# Please add new fixes to the top of the file, separated by one blank line
99
# from other fixes. In a comment, include a link to the PR where the change

packages/flutter/lib/fix_data/fix_gestures.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# For details regarding the *Flutter Fix* feature, see
6-
# https://flutter.dev/docs/development/tools/flutter-fix
6+
# https://docs.flutter.dev/tools/flutter-fix
77

88
# Please add new fixes to the top of the file, separated by one blank line
99
# from other fixes. In a comment, include a link to the PR where the change

packages/flutter/lib/fix_data/fix_material/fix_app_bar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# For details regarding the *Flutter Fix* feature, see
6-
# https://flutter.dev/docs/development/tools/flutter-fix
6+
# https://docs.flutter.dev/tools/flutter-fix
77

88
# Please add new fixes to the top of the file, separated by one blank line
99
# from other fixes. In a comment, include a link to the PR where the change

packages/flutter/lib/fix_data/fix_material/fix_app_bar_theme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# For details regarding the *Flutter Fix* feature, see
6-
# https://flutter.dev/docs/development/tools/flutter-fix
6+
# https://docs.flutter.dev/tools/flutter-fix
77

88
# Please add new fixes to the top of the file, separated by one blank line
99
# from other fixes. In a comment, include a link to the PR where the change

packages/flutter/lib/fix_data/fix_material/fix_button_bar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# For details regarding the *Flutter Fix* feature, see
6-
# https://flutter.dev/docs/development/tools/flutter-fix
6+
# https://docs.flutter.dev/tools/flutter-fix
77

88
# Please add new fixes to the top of the file, separated by one blank line
99
# from other fixes. In a comment, include a link to the PR where the change

packages/flutter/lib/fix_data/fix_material/fix_color_scheme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# For details regarding the *Flutter Fix* feature, see
6-
# https://flutter.dev/docs/development/tools/flutter-fix
6+
# https://docs.flutter.dev/tools/flutter-fix
77

88
# Please add new fixes to the top of the file, separated by one blank line
99
# from other fixes. In a comment, include a link to the PR where the change

packages/flutter/lib/fix_data/fix_material/fix_material.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# For details regarding the *Flutter Fix* feature, see
6-
# https://flutter.dev/docs/development/tools/flutter-fix
6+
# https://docs.flutter.dev/tools/flutter-fix
77

88
# Please add new fixes to the top of the file, separated by one blank line
99
# from other fixes. In a comment, include a link to the PR where the change

packages/flutter/lib/fix_data/fix_material/fix_sliver_app_bar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file.
44

55
# For details regarding the *Flutter Fix* feature, see
6-
# https://flutter.dev/docs/development/tools/flutter-fix
6+
# https://docs.flutter.dev/tools/flutter-fix
77

88
# Please add new fixes to the top of the file, separated by one blank line
99
# from other fixes. In a comment, include a link to the PR where the change

0 commit comments

Comments
 (0)