diff --git a/packages/devtools_app/lib/src/shared/survey.dart b/packages/devtools_app/lib/src/shared/survey.dart index ac005bd44ed..71a2e2f6d4c 100644 --- a/packages/devtools_app/lib/src/shared/survey.dart +++ b/packages/devtools_app/lib/src/shared/survey.dart @@ -28,8 +28,10 @@ class SurveyService { static const _maxShowSurveyCount = 5; - static final _metadataUrl = - Uri.https('docs.flutter.dev', '/f/dart-devtools-survey-metadata.json'); + static final _metadataUrl = Uri.https( + 'storage.googleapis.com', + 'flutter-uxr/surveys/devtools-survey-metadata.json', + ); /// Duration for which we should show the survey notification. ///