Skip to content

Commit

Permalink
Rollback to insecure http for reactivex.io (broken certificate)
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Mar 15, 2019
1 parent 8273a75 commit ac136d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive/kotlinx-coroutines-rx2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {

tasks.withType(dokka.getClass()) {
externalDocumentationLink {
url = new URL('https:https://reactivex.io/RxJava/javadoc/')
url = new URL('http:https://reactivex.io/RxJava/javadoc/')
}
}

0 comments on commit ac136d6

Please sign in to comment.