Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update feedback link (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidezpl authored Dec 10, 2021
1 parent ec04522 commit fb5d1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class SettingsFeedback extends StatelessWidget {
title: GalleryLocalizations.of(context).settingsFeedback,
icon: Icons.feedback,
onTap: () async {
const url = 'https://github.com/flutter/flutter/issues/new/choose/';
const url = 'https://github.com/flutter/gallery/issues/new/choose/';
if (await canLaunch(url)) {
await launch(
url,
Expand Down

0 comments on commit fb5d1f2

Please sign in to comment.