This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_0 by this push:
new d167b1c SOLR-16040: Fix major changes reference
d167b1c is described below
commit d167b1cd37031dc5d9916acfbb9d72d53d3adde7
Author: Kevin Risden <[email protected]>
AuthorDate: Wed Feb 23 13:48:05 2022 -0500
SOLR-16040: Fix major changes reference
---
.../modules/upgrade-notes/pages/major-changes-in-solr-9.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
index 652f95b..b2015b5 100644
---
a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
+++
b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
@@ -125,7 +125,7 @@ This is only applicable for users returning information in
JSON format, which is
* SOLR-14660: HDFS storage support has been moved to a module. Existing Solr
configurations do not need any HDFS-related
changes, however the module needs to be installed - see the section
xref:deployment-guide:solr-on-hdfs.adoc[].
-* SOLR-16040: If you are using the HDFS backup repository, you need to change
the repository class to
`org.apache.solr.hdfs.backup.repository.HdfsBackupRepository` - see the HDFS
section in xref:deployment-guide:backup-restore.adoc[].
+* SOLR-16040: If you are using the HDFS backup repository, you need to change
the repository class to
`org.apache.solr.hdfs.backup.repository.HdfsBackupRepository` - see the
xref:deployment-guide:backup-restore.adoc#hdfsbackuprepository[HDFS Backup
Repository] section.
* SOLR-13989: Hadoop authentication support has been moved to the hadoop-auth
module. Existing Solr configurations do not need any Hadoop authentication
related
changes, however the module needs to be installed - see the section
xref:deployment-guide:hadoop-authentication-plugin.adoc[].