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 823c41a commit c86a0d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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 c86a0d3

Please sign in to comment.