Skip to content

Commit f29a425

Browse files
committed
Use tag in dokka remoteUrl
1 parent efccc09 commit f29a425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ tasks.withType<AbstractDokkaLeafTask>().configureEach {
408408
}
409409
sourceLink {
410410
localDirectory.set(rootDir)
411-
remoteUrl.set(URL("https://github.com/kotlin/kotlinx-datetime/tree/master"))
411+
remoteUrl.set(URL("https://github.com/kotlin/kotlinx-datetime/tree/v${project.version}"))
412412
remoteLineSuffix.set("#L")
413413
}
414414
}

0 commit comments

Comments
 (0)