Skip to content

Commit

Permalink
fix: update repo name (flutter#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored May 9, 2022
1 parent ad62079 commit e97806b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/more_information/more_information_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class _MadeWithFlutterAndFirebase extends StatelessWidget {
abstract class _MoreInformationUrl {
static const flutterWebsite = 'https://flutter.dev';
static const firebaseWebsite = 'https://firebase.google.com';
static const openSourceCode = 'https://github.com/VGVentures/pinball';
static const openSourceCode = 'https://github.com/flutter/pinball';
static const googleIOEvent = 'https://events.google.com/io/';
static const flutterGamesWebsite = 'http://flutter.dev/games';
static const howItsMadeArticle =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:flame/game.dart';
import 'package:sandbox/common/common.dart';

const _path =
'https://github.com/VGVentures/pinball/tree/main/packages/pinball_components/sandbox/lib/stories/';
'https://github.com/flutter/pinball/tree/main/packages/pinball_components/sandbox/lib/stories/';

extension StoryAddGame on Story {
void addGame({
Expand Down
2 changes: 1 addition & 1 deletion packages/share_repository/lib/src/share_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ShareRepository {
final String _appUrl;

/// Url to the Github Open Source Pinball project.
static const openSourceCode = 'https://github.com/VGVentures/pinball';
static const openSourceCode = 'https://github.com/flutter/pinball';

/// Url to the Google IO Event.
static const googleIOEvent = 'https://events.google.com/io/';
Expand Down
2 changes: 1 addition & 1 deletion test/more_information/more_information_dialog_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void main() {
);

<String, String>{
'Open Source Code': 'https://github.com/VGVentures/pinball',
'Open Source Code': 'https://github.com/flutter/pinball',
'Google I/O': 'https://events.google.com/io/',
'Flutter Games': 'http://flutter.dev/games',
'How it’s made':
Expand Down

0 comments on commit e97806b

Please sign in to comment.