diff options
author | IgnatBeresnev <ignat.beresnev@jetbrains.com> | 2023-01-14 01:08:04 +0100 |
---|---|---|
committer | IgnatBeresnev <ignat.beresnev@jetbrains.com> | 2023-01-14 01:08:04 +0100 |
commit | 0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba (patch) | |
tree | 1eb278fb18db5c493b46e1222de95cc08d2dc1ca /docs/topics/dokka-introduction.md | |
parent | ac932d43649a9b79780b0961f579e964f33d285e (diff) | |
download | dokka-0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba.tar.gz dokka-0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba.tar.bz2 dokka-0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba.zip |
Fix webhelp compilation errors
Diffstat (limited to 'docs/topics/dokka-introduction.md')
-rw-r--r-- | docs/topics/dokka-introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/dokka-introduction.md b/docs/topics/dokka-introduction.md index cc5cef78..9286a77f 100644 --- a/docs/topics/dokka-introduction.md +++ b/docs/topics/dokka-introduction.md @@ -11,7 +11,7 @@ multiple flavors of [Markdown](dokka-markdown.md), and Java's [Javadoc HTML](dok Here are some libraries that use Dokka for their API reference documentation: -* [kotlinx.coroutines](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/) +* [kotlinx.coroutines](https://kotlinlang.org/api/kotlinx.coroutines/) * [Bitmovin](https://cdn.bitmovin.com/player/android/3/docs/index.html) * [Hexagon](https://hexagonkt.com/api/index.html) * [Ktor](https://api.ktor.io/) |