From ef170d27b42edb4766f92d2ea056e20d7720c127 Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Fri, 31 Dec 2021 15:15:32 +0100 Subject: [PATCH] Fix link to commit after owner change --- web/src/main/kotlin/it/krzeminski/fsynth/VersionInfo.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/kotlin/it/krzeminski/fsynth/VersionInfo.kt b/web/src/main/kotlin/it/krzeminski/fsynth/VersionInfo.kt index eb48ec7..7411514 100644 --- a/web/src/main/kotlin/it/krzeminski/fsynth/VersionInfo.kt +++ b/web/src/main/kotlin/it/krzeminski/fsynth/VersionInfo.kt @@ -28,7 +28,7 @@ class VersionInfo : RComponent() { attrs.style = js { fontFamily = "monospace" } - a("https://github.com/krzema12/fsynth/commit/${gitInfo.latestCommit.sha1}") { + a("https://github.com/fsynthlib/fsynth/commit/${gitInfo.latestCommit.sha1}") { +gitInfo.latestCommit.sha1.substring(0, 8) } }