Skip to content

Commit

Permalink
Fix broken links in documentation (#3570)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo committed Apr 25, 2024
1 parent bcf7444 commit f1ea0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/topics/dokka-introduction.md
Expand Up @@ -13,7 +13,7 @@ Here are some libraries that use Dokka for their API reference documentation:

* [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)
* [Hexagon](https://hexagontk.com/api/)
* [Ktor](https://api.ktor.io/)
* [OkHttp](https://square.github.io/okhttp/5.x/okhttp/okhttp3/)

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/formats/dokka-markdown.md
Expand Up @@ -8,7 +8,7 @@
Dokka is able to generate documentation in [GitHub Flavored](#gfm) and [Jekyll](#jekyll) compatible Markdown.

These formats give you more freedom in terms of hosting documentation as the output can be embedded right into your
documentation website. For example, see [OkHttp's API reference](https://square.github.io/okhttp/4.x/okhttp/okhttp3/)
documentation website. For example, see [OkHttp's API reference](https://square.github.io/okhttp/5.x/okhttp/okhttp3/)
pages.

Markdown output formats are implemented as [Dokka plugins](dokka-plugins.md), maintained by the Dokka team, and
Expand Down

0 comments on commit f1ea0c9

Please sign in to comment.