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 <[email protected]> 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 +```
