diff --git a/build.gradle.kts b/build.gradle.kts index a47318d4..184e5ed3 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -115,10 +115,7 @@ fun generateVersionsJson(): Map { versions.forEach { val (thisMcVersion, modVersion, preVersion) = it.split("-") + listOf(null, null) if (thisMcVersion == mcVersion) { - mcVersionRoot[it] = if (tagVersions.contains(it)) - "See https://github.com/ReplayMod/ReplayMod/releases/$it" - else - "See https://www.replaymod.com/forum/thread/100" + mcVersionRoot[it] = "See https://www.replaymod.com/changelog.txt" if (latest == null) latest = it if (preVersion == null) { if (recommended == null) recommended = it