Skip to content

Commit de429ce

Browse files
Add information about the official site. (#270)
1 parent 7ef0d8c commit de429ce

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.asf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
github:
1919
description: "Kubernetes Operator for Apache Solr"
20-
homepage: https://solr.apache.org/
20+
homepage: https://solr.apache.org/operator
2121
labels:
2222
- solr
2323
- search

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
[![Docker Pulls](https://img.shields.io/docker/pulls/apache/solr-operator)](https://hub.docker.com/r/apache/solr-operator/)
77
[![Slack](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://kubernetes.slack.com/messages/solr-operator)
88

9-
The __Solr Operator__ manages Apache Solr Clouds within Kubernetes. It is built on top of the [Kube Builder](https://github.com/kubernetes-sigs/kubebuilder) framework.
9+
The __[Solr Operator](https://solr.apache.org/operator/)__ manages Apache Solr Clouds within Kubernetes.
10+
It is built on top of the [Kube Builder](https://github.com/kubernetes-sigs/kubebuilder) framework.
11+
Please visit the [official site](https://solr.apache.org/operator/) for more information.
1012

1113
The project is currently in beta (`v1beta1`), and while we do not anticipate changing the API in backwards-incompatible ways there is no such guarantee yet.
1214

helm/solr-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: The Solr Operator enables easy management of Solr resources within
1919
version: 0.4.0-prerelease
2020
appVersion: v0.4.0-prerelease
2121
kubeVersion: ">= 1.16.0-0"
22-
home: https://github.com/apache/solr-operator
22+
home: https://solr.apache.org/operator
2323
sources:
2424
- https://github.com/apache/solr-operator
2525
keywords:

helm/solr-operator/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Solr Operator
33

44
The Solr Operator is designed to allow easy deployment Solr Clouds and other Solr Resources to Kubernetes.
55

6-
Documentation around using the Solr Operator can be found in it's [source repo](https://github.com/apache/solr-operator).
6+
Documentation around using the Solr Operator can be found at it's [official site](https://solr.apache.org/operator) or [source repo](https://github.com/apache/solr-operator).
7+
8+
[Tutorials](https://solr.apache.org/operator/resources.html#tutorials) have been provided for both basic and advanced usage of the Solr Operator.
79

810
## Upgrade Notes
911

10-
Before upgrading your Solr Operator to a newer version, **please refer to the [Upgrade Notes](https://github.com/apache/solr-operator/tree/main/docs/upgrade-notes.md).
12+
Before upgrading your Solr Operator to a newer version, **please refer to the [Upgrade Notes](https://apache.github.io/solr-operator/docs/upgrade-notes.html).
1113
There may be breaking changes between the version you are running and the version you want to upgrade to.
1214

1315
## Using the Helm Chart

0 commit comments

Comments
 (0)