Skip to content

Commit 614834a

Browse files
author
Lyzev
committed
fix: update remote URL for Dokka source link in build configuration
1 parent e40767b commit 614834a

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
@@ -53,7 +53,7 @@ dokka {
5353
dokkaSourceSets.main {
5454
sourceLink {
5555
localDirectory.set(file("src/main/kotlin"))
56-
remoteUrl("https://lyzev.dev/Events/dokka/")
56+
remoteUrl("https://schizoiddevelopment.github.io/piko/")
5757
remoteLineSuffix.set("#L")
5858
}
5959
}

0 commit comments

Comments
 (0)