You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2021/03/31 18:16:54 UTC

[lucene-solr] branch branch_8_8 updated: Ref Guide: fix bad link

This is an automated email from the ASF dual-hosted git repository.

ctargett pushed a commit to branch branch_8_8
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_8 by this push:
     new 1c5503c  Ref Guide: fix bad link
1c5503c is described below

commit 1c5503c2b530051b20134b0df92c6ebfa79c926a
Author: Cassandra Targett <ct...@apache.org>
AuthorDate: Wed Mar 31 13:15:33 2021 -0500

    Ref Guide: fix bad link
---
 solr/solr-ref-guide/src/solr-control-script-reference.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/solr-control-script-reference.adoc b/solr/solr-ref-guide/src/solr-control-script-reference.adoc
index 2a13447..a28c7bc 100644
--- a/solr/solr-ref-guide/src/solr-control-script-reference.adoc
+++ b/solr/solr-ref-guide/src/solr-control-script-reference.adoc
@@ -922,7 +922,7 @@ bin/solr export -url http://localhost:8983/solr/gettingstarted -1 -out 1MDocs.js
 
 === Importing Documents to a Collection
 
-Once you have exported documents in a file, you can use the <<updatehandlers-in-solrconfig.adoc#updatehandlers-in-solrconfig,/update request handler>> to import them to a new Solr collection.
+Once you have exported documents in a file, you can use the <<uploading-data-with-index-handlers.adoc#uploading-data-with-index-handlers,/update request handler>> to import them to a new Solr collection.
 
 *Example: import `jsonl` files*