HTTPCLIENT-2295 Fix links to Core Javadoc
This commit is contained in:
parent
8a54e70359
commit
f00e18d9cc
4
pom.xml
4
pom.xml
|
@ -221,8 +221,8 @@
|
|||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<links>
|
||||
<link>https://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/apidocs/</link>
|
||||
<link>https://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/</link>
|
||||
<link>https://hc.apache.org/httpcomponents-core-5.2.x/current/httpcore5/apidocs/</link>
|
||||
<link>https://hc.apache.org/httpcomponents-core-5.2.x/current/httpcore5-h2/apidocs/</link>
|
||||
<link>${project.url}/httpclient5/apidocs/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue