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 14:34:06 UTC

[solr] branch branch_9_3 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_9_3
in repository https://gitbox.apache.org/repos/asf/solr.git


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

commit 72346aab9e63fb071f617b9c01f807429da2e7d0
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",