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 2022/11/28 14:35:11 UTC

[solr] branch branch_9x updated: SOLR-11028: Minor REPLACENODE doc fix

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 85881fd3ee2 SOLR-11028: Minor REPLACENODE doc fix
85881fd3ee2 is described below

commit 85881fd3ee200f8f460bcaf4d64e23e84a12381e
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Mon Nov 28 09:24:50 2022 -0500

    SOLR-11028: Minor REPLACENODE doc fix
    
    The v2 API mentioned in the docs was incorrect and has now been
    corrected.
---
 .../modules/deployment-guide/pages/cluster-node-management.adoc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc
index 217c7bdbdce..c0abf5cffb7 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc
@@ -501,7 +501,7 @@ http://localhost:8983/solr/admin/collections?action=REPLACENODE&sourceNode=sourc
 
 [source,bash]
 ----
-curl -X POST "http://localhost:8983/api/cluster/nodes/localhost:7574_solr/commands/replace/" -H 'Content-Type: application/json' -d '
+curl -X POST "http://localhost:8983/api/cluster/nodes/localhost:7574_solr/replace" -H 'Content-Type: application/json' -d '
     {
       "targetNodeName": "localhost:8983_solr",
       "waitForFinalState": "false",