Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
fixed 3rd party Javadoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed Apr 12, 2018
1 parent b357273 commit 8331127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ of the HTTP client a backport of the Java 9 CompletableFuture is necessary as a
Status:

* Logging is not functional yet
* Most of the tests are working without resorting to daring gimmicks (but some need them)
* Ready for use by more adventurous devs
* Almost all of the tests are working now without resorts to daring gimmicks
* Ready to use by the more adventurous developer


## LICENSE
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>http2client-java8</artifactId>
<version>rc2</version>
<version>0.1.0</version>

<dependencies>
<dependency>
Expand Down Expand Up @@ -77,8 +77,7 @@
</sourceFileExcludes>
<offlineLinks>
<offlineLink>
<!-- TODO: change to the correct java9-concurrent-backport javadoc.io URL once this is online -->
<url>https://static.javadoc.io/net.sourceforge.streamsupport/android-retrofuture/1.6.1/</url>
<url>https://stefan-zobel.github.io/java9-concurrent-backport/apidocs/</url>
<location>./../../../java9-concurrent-backport/target/apidocs/</location>
</offlineLink>
</offlineLinks>
Expand Down

0 comments on commit 8331127

Please sign in to comment.