Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 200d095

Browse files
committed
Changed source link to point to codeberg
1 parent a2f14ff commit 200d095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dokka.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dokka {
66
dokkaSourceSets.configureEach {
77
sourceLink {
8-
remoteUrl("https://github.com/Laxystem/spock/tree/v$version")
8+
remoteUrl("https://codeberg.org/Laxystem/Spock/src/tag/v$version")
99
localDirectory = rootDir
1010
remoteLineSuffix = "#L"
1111
}

0 commit comments

Comments
 (0)