Skip to content

Commit c633398

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

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

0 commit comments

Comments
 (0)