Skip to content

Commit 5bc8a5d

Browse files
committed
fix
1 parent c2d6e49 commit 5bc8a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<br/>
66

7-
_Supported Android versions: 11 to 14_
7+
_Supported Android versions: 11 to 15_
88

99
Android note app which integrate Git. You can use this app with other desktop editors.
1010

app/src/main/java/io/github/wiiznokes/gitnote/ui/screen/settings/MainSettingsScreen.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ fun MainSettingsScreen(
284284
title = stringResource(R.string.report_an_issue),
285285
startIcon = Icons.Default.BugReport,
286286
onClick = {
287-
uriHandler.openUri("https://github.com/wiiznokes/gitnote/issues/new/choose")
287+
uriHandler.openUri("https://github.com/wiiznokes/gitnote/issues")
288288
}
289289
)
290290
DefaultSettingsRow(

0 commit comments

Comments
 (0)