You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2023/07/24 13:50:24 UTC

[solr] branch branch_9x updated: Fix a typo in move-replica API documentation (#1801)

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

gerlowskija pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new df27e37882e Fix a typo in move-replica API documentation (#1801)
df27e37882e is described below

commit df27e37882ecc3219c86269192d8cce0c54342bd
Author: Rafał Harabień <ra...@outlook.com>
AuthorDate: Mon Jul 24 15:50:17 2023 +0200

    Fix a typo in move-replica API documentation (#1801)
---
 .../modules/deployment-guide/pages/replica-management.adoc              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/replica-management.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/replica-management.adoc
index 3a0e7c700d2..5a8b60e0839 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/replica-management.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/replica-management.adoc
@@ -339,7 +339,7 @@ http://localhost:8983/solr/admin/collections?action=MOVEREPLICA&collection=test&
 
 [source,bash]
 ----
-curl -X POST http://localhost:8983/api/collections/techproducts/shards -H 'Content-Type: application/json' -d '
+curl -X POST http://localhost:8983/api/collections/techproducts -H 'Content-Type: application/json' -d '
   {
     "move-replica":{
       "replica":"core_node6",