Skip to content

Commit e2326d2

Browse files
committed
README.md: fix quickstart links
Fixes: #2270 Signed-off-by: Yaniv Kaul <[email protected]>
1 parent cc08f3e commit e2326d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ helm repo add scylla-operator https://storage.googleapis.com/scylla-operator-cha
3636
## Quickstarts and Training
3737
To quickly deploy a ScyllaCluster, you can choose one of the following options:
3838

39-
* [Generic](docs/source/generic.md): Follow this guide for the general way to use the operator.
40-
* [GKE](docs/source/gke.md): An advanced guide for deploying Scylla with the **best performance settings** on [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine).
41-
* [EKS](docs/source/eks.md): An advanced guide for deploying Scylla with the **best performance settings** on [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/).
39+
* [Generic](./docs/source/quickstarts/generic.md): Follow this guide for the general way to use the operator.
40+
* [GKE](./docs/source/quickstarts/gke.md): An advanced guide for deploying Scylla with the **best performance settings** on [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine).
41+
* [EKS](./docs/source/quickstarts/eks.md): An advanced guide for deploying Scylla with the **best performance settings** on [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/).
4242
* [Scylla University Lesson](https://university.scylladb.com/courses/scylla-operations/lessons/kubernetes-operator/): Follow this lesson on Scylla University to learn more about the Operator and how to use it. The lesson includes some hands-on examples which you can run yourself.
4343

4444
## Releases
45-
To find out more about our releases, support matrix and how our CI/CD is set up there is a [dedicated docs page](./docs/source/releases.md).
45+
To find out more about our releases, support matrix and how our CI/CD is set up there is a [dedicated docs page](./docs/source/support/releases.md).
4646

4747
## Documentation
4848
Scylla Operator documentation is available on https://operator.docs.scylladb.com

0 commit comments

Comments
 (0)