Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flutter.dev links to more permanent locations #3017

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/dart_services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ information, code formatting, and quick fixes for issues.

### Initialize Flutter

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

### Running

Expand Down
2 changes: 1 addition & 1 deletion pkgs/dartpad_ui/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ class OverflowMenu extends StatelessWidget {
static const _menuItems = [
(
label: 'Install SDK',
uri: 'https://docs.flutter.dev/get-started/install',
uri: 'https://flutter.dev/get-started',
),
(
label: 'Sharing guide',
Expand Down
2 changes: 1 addition & 1 deletion pkgs/dartpad_ui/lib/samples.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/samples/lib/brick_breaker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// built using the Flame game engine for Flutter.
///
/// To learn how to build a more complete version of this game yourself,
/// check out the codelab at https://docs.flutter.dev/brick-breaker.
/// check out the codelab at https://flutter.dev/to/brick-breaker.
library;

import 'dart:async';
Expand Down
Loading