kwin commented on code in PR #479:
URL:
https://github.com/apache/httpcomponents-client/pull/479#discussion_r1311425123
##########
pom.xml:
##########
@@ -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>
Review Comment:
Why is that an external link? This is the javadoc being created through this
reactor, isn't it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]