This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to tag history/branches/lucene-solr/branch_7_1 in repository https://gitbox.apache.org/repos/asf/solr.git
commit 660c49cdf32e0346e573895034ba7c6e045ed0d8 Author: Cassandra Targett <[email protected]> AuthorDate: Tue Oct 24 15:51:10 2017 -0500 Ref Guide: fix link to online "how to edit docs" pages that's broken in the PDF --- solr/solr-ref-guide/src/how-to-contribute.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/how-to-contribute.adoc b/solr/solr-ref-guide/src/how-to-contribute.adoc index c6d5043..6c5ef1b 100644 --- a/solr/solr-ref-guide/src/how-to-contribute.adoc +++ b/solr/solr-ref-guide/src/how-to-contribute.adoc @@ -26,7 +26,7 @@ The Guide is written in simple AsciiDoc-formatted files, and the source lives in // This section only appears in the PDF version of the Ref Guide. ifdef::backend-pdf[] -See the latest information on how to contribute to documentation online at https://lucene.apache.org/solr/guide/meta-docs.html. +Find information on how to contribute to documentation online at https://lucene.apache.org/solr/guide/how-to-contribute.html. endif::[] // This section only appears in the HTML version of the Ref Guide.
