Skip to content

Commit

Permalink
fix kdoc external document link
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 23, 2024
1 parent a8add1a commit 3b74053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tasks.withType<DokkaTaskPartial>().configureEach {
externalDocumentation(URI.create("https://api.ktor.io/"))

// simbot doc
externalDocumentation(URI.create("https://docs.simbot.forte.love/main/"))
externalDocumentation(URI.create("https://docs.simbot.forte.love/main-v4/"))

}
}

0 comments on commit 3b74053

Please sign in to comment.