From 0a3119451b49a7c1bb2bd1a09e57fb3fd5c0adba Mon Sep 17 00:00:00 2001 From: IgnatBeresnev Date: Sat, 14 Jan 2023 01:08:04 +0100 Subject: Fix webhelp compilation errors --- docs/topics/dokka-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/dokka-introduction.md') 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/) -- cgit