1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-01-08 08:49:55 +00:00

update link to remote url in dokka

This commit is contained in:
InsanusMokrassar 2024-12-26 09:05:11 +06:00
parent 2d08c447bc
commit 8ec0c8804b

View File

@ -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")
}
}