Skip to content

Commit

Permalink
update link to remote url in dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Dec 26, 2024
1 parent 2d08c44 commit 8ec0c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Object callback = {

sourceLink {
localDirectory.set(file("../"))
remoteUrl.set(new URL("https://github.com/InsanusMokrassar/ktgbotapi/tree/master"))
remoteUrl.set(new URL("https://github.com/InsanusMokrassar/ktgbotapi"))
remoteLineSuffix.set("#L")
}
}
Expand Down

0 comments on commit 8ec0c88

Please sign in to comment.