You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/06/11 20:42:07 UTC

[solr-operator] branch doc-fixes created (now e52f729)

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

houston pushed a change to branch doc-fixes
in repository https://gitbox.apache.org/repos/asf/solr-operator.git.


      at e52f729  Fix Solr link in local tutorial

This branch includes the following new commits:

     new e52f729  Fix Solr link in local tutorial

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[solr-operator] 01/01: Fix Solr link in local tutorial

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch doc-fixes
in repository https://gitbox.apache.org/repos/asf/solr-operator.git

commit e52f7290d39df6533487da2baa52d0f280be9f21
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jun 11 16:42:03 2021 -0400

    Fix Solr link in local tutorial
---
 docs/local_tutorial.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/local_tutorial.md b/docs/local_tutorial.md
index ccd55f6..fb2d2b7 100644
--- a/docs/local_tutorial.md
+++ b/docs/local_tutorial.md
@@ -138,7 +138,7 @@ Create a collection via the [Collections API](https://solr.apache.org/guide/8_8/
 
 ```bash
 # Execute the Collections API command
-curl "http://default-example-solrcloud.ing.local.domain/admin/collections?action=CREATE&name=mycoll&numShards=1&replicationFactor=3&maxShardsPerNode=2&collection.configName=_default"
+curl "http://default-example-solrcloud.ing.local.domain/solr/admin/collections?action=CREATE&name=mycoll&numShards=1&replicationFactor=3&maxShardsPerNode=2&collection.configName=_default"
 
 # Check in Admin UI that collection is created
 open "http://default-example-solrcloud.ing.local.domain/solr/#/~cloud?view=graph"
@@ -253,4 +253,4 @@ open "http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/http
 
 ```bash
 kubectl delete solrcloud example
-```
\ No newline at end of file
+```