Skip to content

Commit

Permalink
feat: update dev profile badge url (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga authored Jun 24, 2024
1 parent 4d70154 commit 87eaef6
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -4,7 +4,7 @@ class ProjectDetailsLinks {
static const privacyPolicy = 'https://policies.google.com/privacy';
static const termsOfService = 'https://policies.google.com/terms';
static const claimBadge =
'https://developers.google.com/profile/badges/events/io/2024/crossword';
'https://developers.google.com/profile/badges/events/io/2024/crossword/award';
static const googleAI = 'https://ai.google.dev/';
static const crossword = String.fromEnvironment(
'CROSSWORD_URL',
Expand Down

0 comments on commit 87eaef6

Please sign in to comment.