This is an automated email from the ASF dual-hosted git repository. houston pushed a commit to branch jira/solr-15556-antora in repository https://gitbox.apache.org/repos/asf/solr.git
commit 86d2921d2bee6194e2186507878ea86b69a5e20f Author: Houston Putman <[email protected]> AuthorDate: Tue Feb 1 13:01:58 2022 -0500 Fix other intra-ref-guide links --- .../modules/deployment-guide/pages/installing-solr.adoc | 4 ++-- solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc | 2 +- .../modules/upgrade-notes/pages/solr-upgrade-notes.adoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc index b648731..66c6b4b 100644 --- a/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc +++ b/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc @@ -96,13 +96,13 @@ Solr's `modules` directory includes 1st-party add-on plugins for specialized fea prometheus-exporter/:: A standalone application, included under `bin/`, that montiors Solr instances and produces Prometheus metrics. -See the <<monitoring-with-prometheus-and-grafana.adoc#,documentation>> for more information. +See the section xref:deployment-guide:monitoring-with-prometheus-and-grafana.adoc[] for more information. docker/:: This contains a Dockerfile to build a Docker image from the binary distribution, that is compatible with the official image. This directory also contains the scripts needed when using Solr inside the Docker image, under the `scripts/` directory. The `README.md` in this directory describes how custom Solr Docker images can be built using this binary distribution. -Refer to the <<solr-in-docker.adoc#,Running Solr in Docker>> page for information on using a Solr Docker image. +Refer to the section xref:deployment-guide:solr-in-docker.adoc[] page for information on using a Solr Docker image. docs/:: The `docs` directory includes a link to online Javadocs for Solr. diff --git a/solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc b/solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc index 3afd8da..262e41b 100644 --- a/solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc +++ b/solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc @@ -921,7 +921,7 @@ There is currently one Query Parser in Solr to provide Neural Search: `knn`. KNN stands for k-nearest neighbors. -Details are documented further in the section <<dense-vector-search.adoc#,Dense Vector Search>>. +Details are documented further in the section xref:query-guide:dense-vector-search.adoc[]. == Payload Query Parsers diff --git a/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc b/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc index 1fe0df1..ac9c8bc 100644 --- a/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc +++ b/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc @@ -525,7 +525,7 @@ Note that if you are using HDFS to store indexes, you cannot enable the security In Solr 9.0, this will be the default. -// See SOLR-14147: See also the section <<securing-solr.adoc#enable-security-manager,Enable Security Manager>>. +// See SOLR-14147: See also the section xref:deployment-guide:securing-solr.adoc#enable-security-manager[Enable Security Manager]. *Block/Allow Specific IPs*
