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/21 16:50:33 UTC

[lucene-solr-operator] branch main updated: Fixing link issues in README

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 332f87d  Fixing link issues in README
332f87d is described below

commit 332f87dfb5eeb189f5f9d52266a7f5d5198f7af1
Author: Houston Putman <ho...@apache.org>
AuthorDate: Thu Jan 21 11:49:36 2021 -0500

    Fixing link issues in README
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 2fa0b55..bb92fa9 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Join us on the [#solr-operator](https://kubernetes.slack.com/messages/solr-opera
 ## Menu
 
 - [Documentation](#documentation)
-- [Version Compatibility and Upgrade Notes](#version-compatability--upgrade-notes)
+- [Version Compatibility and Upgrade Notes](#version-compatibility--upgrade-notes)
 - [Contributions](#contributions)
 - [License](#license)
 - [Code of Conduct](#code-of-conduct)
@@ -31,19 +31,19 @@ Join us on the [#solr-operator](https://kubernetes.slack.com/messages/solr-opera
 
 Please visit the following pages for documentation on using and developing the Solr Operator:
 
-- [Local Tutorial](https://apache.github.io/lucene-solr-operator/docs/local_tutorial.md)
-- [Running the Solr Operator](https://apache.github.io/lucene-solr-operator/docs/running-the-operator.md)
+- [Local Tutorial](https://apache.github.io/lucene-solr-operator/docs/local_tutorial)
+- [Running the Solr Operator](https://apache.github.io/lucene-solr-operator/docs/running-the-operator)
 - Available Solr Resources
     - [Solr Clouds](https://apache.github.io/lucene-solr-operator/docs/solr-cloud)
     - [Solr Collections](https://apache.github.io/lucene-solr-operator/docs/solr-collection)
     - [Solr Backups](https://apache.github.io/lucene-solr-operator/docs/solr-backup)
     - [Solr Metrics](https://apache.github.io/lucene-solr-operator/docs/solr-prometheus-exporter)
     - [Solr Collection Aliases](https://apache.github.io/lucene-solr-operator/docs/solr-collection-alias)
-- [Development](https://apache.github.io/lucene-solr-operator/docs/development.md)
+- [Development](https://apache.github.io/lucene-solr-operator/docs/development)
 
 ### Examples
 
-Example uses of each CRD have been [provided](https://apache.github.io/lucene-solr-operator/examples).
+Example uses of each CRD have been [provided](https://apache.github.io/lucene-solr-operator/example).
 
 ## Version Compatibility & Upgrade Notes