Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #358 from jozsefsallai/patch-1
Browse files Browse the repository at this point in the history
🐛 fix canny URL
  • Loading branch information
lifenautjoe authored Aug 12, 2019
2 parents 0920757 + bb0a9c0 commit af94589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/home/pages/menu/pages/useful_links.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class OBUsefulLinksPage extends StatelessWidget {
_localizationService.drawer__useful_links_guidelines_feature_requests_desc),
onTap: () {
urlLauncherService.launchUrl(
'https://openbook.canny.io/feature-requests');
'https://okuna.canny.io/feature-requests');
},
),
ListTile(
Expand All @@ -66,7 +66,7 @@ class OBUsefulLinksPage extends StatelessWidget {
OBSecondaryText(_localizationService.drawer__useful_links_guidelines_bug_tracker_desc),
onTap: () {
urlLauncherService
.launchUrl('https://openbook.canny.io/bugs');
.launchUrl('https://okuna.canny.io/bugs');
},
),
ListTile(
Expand Down

0 comments on commit af94589

Please sign in to comment.