We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8273a75 commit ac136d6Copy full SHA for ac136d6
reactive/kotlinx-coroutines-rx2/build.gradle
@@ -9,6 +9,6 @@ dependencies {
9
10
tasks.withType(dokka.getClass()) {
11
externalDocumentationLink {
12
- url = new URL('https://reactivex.io/RxJava/javadoc/')
+ url = new URL('http://reactivex.io/RxJava/javadoc/')
13
}
14
0 commit comments