update links

This commit is contained in:
dev-claw
2024-12-27 19:27:28 +01:00
parent 61ce16d219
commit b872d5a1a5
2 changed files with 2 additions and 2 deletions
@@ -35,7 +35,7 @@ object ApplicationProperties {
fun latestVersion(): String {
val request = HttpRequest.newBuilder()
.uri(URI.create("https://api.github.com/repos/death-claw/vripper-project/releases/latest")).build()
.uri(URI.create("https://api.github.com/repos/dev-claw/vripper-project/releases/latest")).build()
return HttpClient.newHttpClient().use {
val response = it.send(request, HttpResponse.BodyHandlers.ofString())
if (response.statusCode() / 100 != 2) {
@@ -197,7 +197,7 @@ class MenuBarView : View() {
owner = primaryStage,
) {
if (it == ButtonType.YES) {
openLink("https://github.com/death-claw/vripper-project/releases/tag/$latestVersion")
openLink("https://github.com/dev-claw/vripper-project/releases/tag/$latestVersion")
}
}
} else {