HTTPCLIENT-2295 Fix links to Core Javadoc

This commit is contained in:
Konrad Windszus 2023-08-31 12:16:47 +02:00 committed by Oleg Kalnichevski
parent 8a54e70359
commit f00e18d9cc
1 changed files with 2 additions and 2 deletions

View File

@ -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>