Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Oct 21, 2024
1 parent c2d6e49 commit 5bc8a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<br/>

_Supported Android versions: 11 to 14_
_Supported Android versions: 11 to 15_

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ fun MainSettingsScreen(
title = stringResource(R.string.report_an_issue),
startIcon = Icons.Default.BugReport,
onClick = {
uriHandler.openUri("https://github.com/wiiznokes/gitnote/issues/new/choose")
uriHandler.openUri("https://github.com/wiiznokes/gitnote/issues")
}
)
DefaultSettingsRow(
Expand Down

0 comments on commit 5bc8a5d

Please sign in to comment.