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

epugh 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 966c40452aa [FIX] -- Correct typo in CoreAdmin create api 
documentation. (#3232)
966c40452aa is described below

commit 966c40452aaac7be37ab82535d4c909f98e2b798
Author: Dhaval Gojiya <[email protected]>
AuthorDate: Sun Mar 2 22:44:34 2025 +0530

    [FIX] -- Correct typo in CoreAdmin create api documentation. (#3232)
---
 .../solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc 
b/solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc
index c1053d93c43..81315d11b05 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc
@@ -120,7 +120,7 @@ V1 API::
 Assuming you are using an existing configSet to create your new core:
 [source,bash]
 ----
-http://localhost:8983/solr/admin/cores?action=CREATE&&name=techproducts_v2&configSet=sample_techproducts_configs
+http://localhost:8983/solr/admin/cores?action=CREATE&name=techproducts_v2&configSet=sample_techproducts_configs
 
 ----
 

Reply via email to