jira-importer commented on issue #711: URL: https://github.com/apache/maven-javadoc-plugin/issues/711#issuecomment-2957347593
**[Mark Rekveld](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=markrekveld)** commented I have this same issue and the fix is in MJAVADOC-397 As a workaround you can override the `api_1.7` in the `javaApiLinks` properties ``` <javaApiLinks> <property> <name>api_1.7</name> <value>http://docs.oracle.com/javase/8/docs/api/</value> </property> </javaApiLinks> ``` -- 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]
