Skip to content

Commit d1be1c9

Browse files
committed
Fixed source links in docs
1 parent 719ee9a commit d1be1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dokka.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def coroutines_core = platformLib("kotlinx-coroutines-core", platform)
1010
def makeLinkMapping(dokka, projectDir) {
1111
dokka.linkMapping {
1212
def relPath = rootProject.projectDir.toPath().relativize(projectDir.toPath())
13-
dir = "$projectDir/src/main/kotlin"
13+
dir = "$projectDir/src"
1414
url = "http://github.com/kotlin/kotlinx.coroutines/tree/master/$relPath/src"
1515
suffix = "#L"
1616
}

0 commit comments

Comments
 (0)