Skip to content

Commit

Permalink
Fix the source link URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 5, 2024
1 parent d0c8105 commit 894a09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dokka-convention.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dokka {
dokkaSourceSets.all {
sourceLink {
remoteUrl("https://github.com/huanshankeji/kotlin-common/tree/v${version}/${project.name}")
remoteUrl("https://github.com/huanshankeji/gradle-common/tree/v${version}/${project.name}")
remoteLineSuffix.set("#L")
}
}
Expand Down

0 comments on commit 894a09f

Please sign in to comment.