You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2021/01/22 18:53:18 UTC

[lucene-solr-operator] branch gh-pages updated: Fix links in documentation.

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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 4a646bd  Fix links in documentation.
4a646bd is described below

commit 4a646bd72f4e751787cbda7c57505e24d08d1b85
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jan 22 13:52:58 2021 -0500

    Fix links in documentation.
---
 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 972211c..9035f26 100644
--- a/docs/local_tutorial.md
+++ b/docs/local_tutorial.md
@@ -5,8 +5,8 @@ This tutorial shows how to setup Solr under Kubernetes on your local mac. The pl
  1. [Setup Kubernetes and Dependencies](#setup-kubernetes-and-dependencies)
     1. [Setup Docker for Mac with K8S](#setup-docker-for-mac-with-k8s)
     2. [Install an Ingress Controller to reach the cluster on localhost](#install-an-ingress-controller)
- 3. [Install Solr Operator](#install-solr-operator)
- 4. [Start your Solr cluster](#start-your-solr-cluster)
+ 3. [Install Solr Operator](#install-the-solr-operator)
+ 4. [Start your Solr cluster](#start-an-example-solr-cloud-cluster)
  5. [Create a collection and index some documents](#create-a-collection-and-index-some-documents)
  6. [Scale from 3 to 5 nodes](#scale-from-3-to-5-nodes)
  7. [Upgrade to newer Solr version](#upgrade-to-newer-version)