Skip to content

Commit 26d4f8b

Browse files
committed
docs: correct latest link to actual latest
1 parent dce5051 commit 26d4f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ fun createDocsIndexPage(): String {
328328
div("main-subrow") {
329329
div("w-100") {
330330
span("inline-flex") {
331-
a(href = versionDirs.last().relativeTo(docsDir).parent.plus("/latest")) {
331+
a(href = versionDirs.first().relativeTo(docsDir).path) {
332332
+"modelix.core LATEST"
333333
}
334334
}

0 commit comments

Comments
 (0)