Skip to content

Commit 8c4a9ee

Browse files
committed
fix: broken links
1 parent 8258232 commit 8c4a9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/screens/settings.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
123123
url: (auth.activeAccount.platform == PlatformType.github
124124
? ''
125125
: 'https://github.com') +
126-
'/pd4d10/git-touch/issues/new',
126+
'/github/pd4d10/git-touch/issues/new',
127127
),
128128
TableViewItem(
129129
text: Text('Rate This App'),
@@ -148,7 +148,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
148148
text: Text('Source Code'),
149149
rightWidget: Text('pd4d10/git-touch'),
150150
url: (auth.activeAccount.platform == PlatformType.github
151-
? ''
151+
? '/github'
152152
: 'https://github.com') +
153153
'/pd4d10/git-touch',
154154
),

0 commit comments

Comments
 (0)