ctargett commented on a change in pull request #2447: URL: https://github.com/apache/lucene-solr/pull/2447#discussion_r586686161
########## File path: solr/solr-ref-guide/build.gradle ########## @@ -120,15 +120,15 @@ ext { path: 'html-site', desc: 'HTML Site for publishing to the Solr website', props: [ - htmlSolrJavadocs: "https://lucene.apache.org/solr/${solrGuideVersionPath}_0/", + htmlSolrJavadocs: "https://solr.apache.org/${solrGuideVersionPath}_0/", Review comment: The Ref Guide only builds on minor releases (X_Y), not patch releases (X_Y_Z) so we only ever need to link to javadocs for 8_7_0, 8_8_0, etc. I think that's what you meant? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org