Skip to content

Commit b42c720

Browse files
parloughsigurdm
authored andcommitted
Update flutter.dev links from misc packages to more permanent destinations (flutter#150532)
Contributes to flutter/website#10363
1 parent 1b53a11 commit b42c720

File tree

22 files changed

+25
-25
lines changed

22 files changed

+25
-25
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Available examples include:
2222

2323
- **Platform Channel** The [platform channel app](platform_channel) demonstrates
2424
how to connect a Flutter app to platform-specific APIs. For documentation, see
25-
<https://flutter.dev/platform-channels/>.
25+
<https://flutter.dev/to/platform-channels/>.
2626

2727
- **Platform Channel Swift** The [platform channel swift
2828
app](platform_channel_swift) is the same as [platform

examples/flutter_view/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Android, the Android and Flutter components are built with Android Studio or
66
Gradle.
77

88
You can read more about
9-
[accessing platform and third-party services in Flutter](https://flutter.dev/platform-services/).
9+
[accessing platform and third-party services in Flutter](https://flutter.dev/to/platform-channels/).
1010

1111
## iOS
1212

examples/platform_channel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project demonstrates how to connect a Flutter app to platform-specific services.
44

55
You can read more about
6-
[accessing platform and third-party services in Flutter](https://flutter.dev/platform-channels/).
6+
[accessing platform and third-party services in Flutter](https://flutter.dev/to/platform-channels/).
77

88
## iOS
99
You can use the commands `flutter build` and `flutter run` from the app's root

examples/platform_channel_swift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services on iOS using Swift. The equivalent version of this project in
55
Objective C is found in examples/platform_channel.
66

77
You can read more about
8-
[accessing platform and third-party services in Flutter](https://flutter.dev/platform-channels/).
8+
[accessing platform and third-party services in Flutter](https://flutter.dev/to/platform-channels/).
99

1010
## iOS
1111

packages/flutter_driver/lib/fix_data/fix_flutter_driver/fix_data.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_driver/lib/fix_data/template.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_goldens/lib/flutter_goldens.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Future<void> testExecutable(FutureOr<void> Function() testMain, {String? namePre
5353
'bootstrap logic sets "goldenFileComparator" to a LocalFileComparator. It '
5454
'appears in this instance however that the "goldenFileComparator" is a '
5555
'${goldenFileComparator.runtimeType}.\n'
56-
'See also: https://api.flutter.dev/flutter/flutter_test/flutter_test-library.html',
56+
'See also: https://flutter.dev/to/flutter-test-docs',
5757
);
5858
const Platform platform = LocalPlatform();
5959
const FileSystem fs = LocalFileSystem();

packages/flutter_localizations/lib/src/l10n/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flutter_localizations package.
99

1010
If you're looking for information about internationalizing Flutter
1111
apps in general, see the
12-
[Internationalizing Flutter Apps](https://flutter.dev/tutorials/internationalization/) tutorial.
12+
[Internationalizing Flutter Apps](https://flutter.dev/to/internationalization) tutorial.
1313

1414

1515
### Translations for one locale: .arb files
@@ -216,7 +216,7 @@ If you have feedback about the translations please
216216

217217
### See Also
218218

219-
The [Internationalizing Flutter Apps](https://flutter.dev/tutorials/internationalization/)
219+
The [Internationalizing Flutter Apps](https://flutter.dev/to/internationalization)
220220
tutorial describes how to use the internationalization APIs in an
221221
ordinary Flutter app.
222222

packages/flutter_localizations/lib/src/material_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import 'widgets_localizations.dart';
6464
/// See also:
6565
///
6666
/// * The Flutter Internationalization Tutorial,
67-
/// <https://flutter.dev/tutorials/internationalization/>.
67+
/// <https://flutter.dev/to/internationalization/>.
6868
/// * [DefaultMaterialLocalizations], which only provides US English translations.
6969
abstract class GlobalMaterialLocalizations implements MaterialLocalizations {
7070
/// Initializes an object that defines the material widgets' localized strings

packages/flutter_test/lib/fix_data/fix_flutter_test/fix_animation_sheet_builder.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_test/lib/fix_data/fix_flutter_test/fix_binding/fix_automated_test_widgets_flutter_binding.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_test/lib/fix_data/fix_flutter_test/fix_binding/fix_live_test_widgets_flutter_binding.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_test/lib/fix_data/fix_flutter_test/fix_binding/fix_test_widgets_flutter_binding.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_test/lib/fix_data/fix_flutter_test/fix_semantics_controller.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_test/lib/fix_data/fix_flutter_test/fix_widget_tester.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_test/lib/fix_data/template.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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_test/lib/src/widget_tester.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ E? _lastWhereOrNull<E>(Iterable<E> list, bool Function(E) test) {
122122
/// When [experimentalLeakTesting] is set, it is used to leak track objects created
123123
/// during test execution.
124124
/// Otherwise [LeakTesting.settings] is used.
125-
/// Adjust [LeakTesting.settings] in flutter_test_config.dart
126-
/// (see https://api.flutter.dev/flutter/flutter_test/flutter_test-library.html)
125+
/// Adjust [LeakTesting.settings] in `flutter_test_config.dart`
126+
/// (see https://flutter.dev/to/flutter-test-docs)
127127
/// for the entire package or folder, or in the test's main for a test file
128128
/// (don't use [setUp] or [setUpAll]).
129129
/// To turn off leak tracking just for one test, set [experimentalLeakTesting] to

packages/integration_test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ flutter drive \
8585

8686
### Web
8787

88-
Make sure you have [enabled web support](https://flutter.dev/docs/get-started/web#set-up)
89-
then [download and run](https://docs.flutter.dev/cookbook/testing/integration/introduction#5b-web)
88+
Make sure you have [enabled web support](https://flutter.dev/to/add-web-support)
89+
then [download and run](https://flutter.dev/to/integration-test-on-web)
9090
the web driver in another process.
9191

9292
Use following command to execute the tests:

packages/integration_test/example/android/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gradle-wrapper.jar
77
GeneratedPluginRegistrant.java
88

99
# Remember to never publicly share your keystore.
10-
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
10+
# See https://flutter.dev/to/reference-keystore
1111
key.properties

packages/integration_test/lib/fix_data/fix_integration_test/fix_binding/fix_integration_test_widgets_flutter_binding.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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/integration_test/lib/fix_data/template.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://docs.flutter.dev/tools/flutter-fix
6+
# https://flutter.dev/to/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/integration_test/lib/integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you're running the tests with Android instrumentation or XCTest, this means
7575
that you are not capturing test results properly! See the following link for
7676
how to set up the integration_test plugin:
7777
78-
https://flutter.dev/docs/testing/integration-tests#testing-on-firebase-test-lab
78+
https://docs.flutter.dev/testing/integration-tests
7979
''');
8080
}
8181
});

0 commit comments

Comments
 (0)