File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ class SettingsPage extends StatelessWidget {
130130 TextButton (
131131 child: Text (appLocalizations.reportABugButton), // Report a bug
132132 onPressed: () async {
133- final url = Uri .parse ("https://github.com/naibaf-1/CodeJudge/issues/new?template=bug-report-for-code-judge .md" );
133+ final url = Uri .parse ("https://github.com/naibaf-1/CodeJudge/issues/new?template=bug-report-for-codejudge .md" );
134134
135135 if (await canLaunchUrl (url)) {
136136 await launchUrl (url, mode: LaunchMode .externalApplication);
@@ -142,7 +142,7 @@ class SettingsPage extends StatelessWidget {
142142 TextButton (
143143 child: Text (appLocalizations.requestAFeatureButton), // Request a feature
144144 onPressed: () async {
145- final url = Uri .parse ("https://github.com/naibaf-1/CodeJudge/issues/new?template=feature-request-for-code-judge .md" );
145+ final url = Uri .parse ("https://github.com/naibaf-1/CodeJudge/issues/new?template=feature-request-for-codejudge .md" );
146146
147147 if (await canLaunchUrl (url)) {
148148 await launchUrl (url, mode: LaunchMode .externalApplication);
You can’t perform that action at this time.
0 commit comments