Skip to content

Commit 24333c2

Browse files
authored
Merge pull request #5 from SurjitSahoo/fix/update-github-link
fix: update github link
2 parents 0c0b2ce + 4ec2d43 commit 24333c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/grakovne/lissen/ui/screens/settings/composable/GitHubLinkComposable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fun GitHubLinkComposable() {
2828
.fillMaxWidth()
2929
.clickable {
3030
try {
31-
uriHandler.openUri("https://github.com/GrakovNe/lissen-android")
31+
uriHandler.openUri("https://github.com/SurjitSahoo/kahani-android")
3232
} catch (ex: Exception) {
3333
Timber.d("Unable to open Github Link due to ${ex.message}")
3434
}

0 commit comments

Comments
 (0)