Skip to content

Commit

Permalink
Fix docs link for OkHttp (#3213)
Browse files Browse the repository at this point in the history
The documentation for OkHttp has been moved to https://square.github.io/okhttp/5.x/okhttp/okhttp3/

As per square/okhttp@05718b4, they are currently using HTML for docs and not markdown
  • Loading branch information
SubhrajyotiSen committed Oct 17, 2023
1 parent 9bbcc21 commit 73b81ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Some libraries that use Dokka for their API reference documentation:
* [Bitmovin](https://cdn.bitmovin.com/player/android/3/docs/index.html)
* [Hexagon](https://hexagonkt.com/api/index.html)
* [Ktor](https://api.ktor.io/)
* [OkHttp](https://square.github.io/okhttp/4.x/okhttp/okhttp3/) (Markdown)
* [OkHttp](https://square.github.io/okhttp/5.x/okhttp/okhttp3/)
* [Gradle](https://docs.gradle.org/current/kotlin-dsl/index.html)

You can run Dokka using [Gradle](https://kotlinlang.org/docs/dokka-gradle.html),
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/dokka-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here are some libraries that use Dokka for their API reference documentation:
* [Bitmovin](https://cdn.bitmovin.com/player/android/3/docs/index.html)
* [Hexagon](https://hexagonkt.com/api/index.html)
* [Ktor](https://api.ktor.io/)
* [OkHttp](https://square.github.io/okhttp/4.x/okhttp/okhttp3/) (Markdown)
* [OkHttp](https://square.github.io/okhttp/5.x/okhttp/okhttp3/)

You can run Dokka using [Gradle](dokka-gradle.md), [Maven](dokka-maven.md) or from the [command line](dokka-cli.md). It is also
[highly pluggable](dokka-plugins.md).
Expand Down

0 comments on commit 73b81ac

Please sign in to comment.