ctargett commented on a change in pull request #2447:
URL: https://github.com/apache/lucene-solr/pull/2447#discussion_r586739977



##########
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 `docs` is added automatically as far as I can tell. The attributes 
in the `.adoc` are used to construct a URL in the HTML file, which in this 
example becomes:
   
   
`https://solr.apache.org/9_0_0//core/org/apache/solr/handler/component/SuggestComponent.html`
 
   
   when one clicks on it and it goes through the javadocs redirect it comes out 
as:
   
   
`https://solr.apache.org/docs/9_0_0/core/org/apache/solr/handler/component/SuggestComponent.html`
   
   _edit_: bad copy paste




----------------------------------------------------------------
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

Reply via email to