Skip to content

Commit

Permalink
HTTPCLIENT-2295 Fix links to Core Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored and ok2c committed Aug 31, 2023
1 parent 2236696 commit 8da4783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,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>
Expand Down

0 comments on commit 8da4783

Please sign in to comment.