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

Update feedback link #564

Merged
merged 3 commits into from
Dec 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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