Skip to content

Commit 3816c56

Browse files
committed
Update flutter.dev links to more permanent locations
1 parent 7c33bcb commit 3816c56

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pkgs/dart_services/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ information, code formatting, and quick fixes for issues.
1515

1616
### Initialize Flutter
1717

18-
The Flutter SDK needs to be downloaded and setup; see
19-
https://docs.flutter.dev/get-started/install.
18+
The Flutter SDK needs to be downloaded and setup; check out
19+
https://flutter.dev/get-started.
2020

2121
### Running
2222

pkgs/dartpad_ui/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ class OverflowMenu extends StatelessWidget {
10801080
static const _menuItems = [
10811081
(
10821082
label: 'Install SDK',
1083-
uri: 'https://docs.flutter.dev/get-started/install',
1083+
uri: 'https://flutter.dev/get-started',
10841084
),
10851085
(
10861086
label: 'Sharing guide',

pkgs/dartpad_ui/lib/samples.g.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/samples/lib/brick_breaker.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// built using the Flame game engine for Flutter.
77
///
88
/// To learn how to build a more complete version of this game yourself,
9-
/// check out the codelab at https://docs.flutter.dev/brick-breaker.
9+
/// check out the codelab at https://flutter.dev/to/brick-breaker.
1010
library;
1111

1212
import 'dart:async';

0 commit comments

Comments
 (0)