Skip to content

Commit

Permalink
fix remoteUrl in new config
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Oct 3, 2024
1 parent d9ee894 commit ef54d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/dokka-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ options according to your project setup:
includes.from("README.md")
sourceLink {
localDirectory.set(file("src/main/kotlin"))
remoteUrl.set(URL("https://example.com/src"))
remoteUrl("https://example.com/src")
remoteLineSuffix.set("#L")
}
}
Expand Down

0 comments on commit ef54d2d

Please sign in to comment.