Skip to content

Commit

Permalink
feat: update dev pathway link (#575)
Browse files Browse the repository at this point in the history
* feat: update dev pathway link

* test: update
  • Loading branch information
jsgalarraga authored Jun 17, 2024
1 parent 0c4e72d commit 78363ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/project_details/link/project_details_links.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class ProjectDetailsLinks {
defaultValue: 'https://crossword.withgoogle.com',
);
static const developerPathway =
'https://developers.google.com/learn/pathways';
'https://developers.google.com/learn/pathways/solution-crossword';
static const geminiDeveloperCompetition = 'https://ai.google.dev/competition';
}
2 changes: 1 addition & 1 deletion test/widget/how_made_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void main() {

verify(
() => urlLauncher.launchUrl(
'https://developers.google.com/learn/pathways',
'https://developers.google.com/learn/pathways/solution-crossword',
any(),
),
);
Expand Down

0 comments on commit 78363ee

Please sign in to comment.