Skip to content

Commit ac136d6

Browse files
committed
Rollback to insecure http for reactivex.io (broken certificate)
1 parent 8273a75 commit ac136d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactive/kotlinx-coroutines-rx2/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies {
99

1010
tasks.withType(dokka.getClass()) {
1111
externalDocumentationLink {
12-
url = new URL('https://reactivex.io/RxJava/javadoc/')
12+
url = new URL('http://reactivex.io/RxJava/javadoc/')
1313
}
1414
}

0 commit comments

Comments
 (0)