From 5ab529e22bdae2699096f5134ef01f5509fcd007 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Sat, 2 Apr 2022 00:35:33 +0200 Subject: [PATCH] Updated repo URLs --- src/main/kotlin/app/ui/WelcomePage.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/ui/WelcomePage.kt b/src/main/kotlin/app/ui/WelcomePage.kt index 28ad4b1..1384293 100644 --- a/src/main/kotlin/app/ui/WelcomePage.kt +++ b/src/main/kotlin/app/ui/WelcomePage.kt @@ -107,7 +107,7 @@ fun WelcomePage( title = "Source code", painter = painterResource("code.svg"), onClick = { - Desktop.getDesktop().browse(URI("https://github.com/aeab13/Gitnuro")) + Desktop.getDesktop().browse(URI("https://github.com/JetpackDuba/Gitnuro")) } ) @@ -115,7 +115,7 @@ fun WelcomePage( title = "Report a bug", painter = painterResource("bug.svg"), onClick = { - Desktop.getDesktop().browse(URI("https://github.com/aeab13/Gitnuro/issues")) + Desktop.getDesktop().browse(URI("https://github.com/JetpackDuba/Gitnuro/issues")) } ) }