diff --git a/lib/project_details/link/project_details_links.dart b/lib/project_details/link/project_details_links.dart index 6731a73ac..01637c76d 100644 --- a/lib/project_details/link/project_details_links.dart +++ b/lib/project_details/link/project_details_links.dart @@ -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'; } diff --git a/test/widget/how_made_test.dart b/test/widget/how_made_test.dart index dfc367cf1..de993fc7c 100644 --- a/test/widget/how_made_test.dart +++ b/test/widget/how_made_test.dart @@ -70,7 +70,7 @@ void main() { verify( () => urlLauncher.launchUrl( - 'https://developers.google.com/learn/pathways', + 'https://developers.google.com/learn/pathways/solution-crossword', any(), ), );