Skip to content

Commit

Permalink
update docs remote url
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Oct 25, 2023
1 parent 2b93890 commit 32fe008
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/TelegramBotAPI/blob/master/"))
remoteUrl.set(new URL("https://github.com/InsanusMokrassar/ktgbotapi/tree/master"))
remoteLineSuffix.set("#L")
}
}
Expand Down

0 comments on commit 32fe008

Please sign in to comment.