Skip to content

Commit 8da4783

Browse files
kwinok2c
authored andcommitted
HTTPCLIENT-2295 Fix links to Core Javadoc
1 parent 2236696 commit 8da4783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@
227227
<artifactId>maven-javadoc-plugin</artifactId>
228228
<configuration>
229229
<links>
230-
<link>https://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/apidocs/</link>
231-
<link>https://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/</link>
230+
<link>https://hc.apache.org/httpcomponents-core-5.2.x/current/httpcore5/apidocs/</link>
231+
<link>https://hc.apache.org/httpcomponents-core-5.2.x/current/httpcore5-h2/apidocs/</link>
232232
<link>${project.url}/httpclient5/apidocs/</link>
233233
</links>
234234
</configuration>

0 commit comments

Comments
 (0)