Skip to content

Commit 3afc882

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
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
@@ -68,7 +68,7 @@ TODO: Link a dedicated roadmap.
6868
## Support
6969
If you find a bug please file an [issue](https://github.com/scylladb/scylla-operator/issues) for us.
7070

71-
We are also available on `#scylla-operator` channel on [Slack](https://scylladb-users-slackin.herokuapp.com/) if you have questions.
71+
We are also available on `#scylla-operator` channel on [Slack](https://scylladb-users.slack.com) if you have questions.
7272

7373
## Contributing
7474
We would **love** you to contribute to Scylla Operator, help make it even better and learn together! Have a look at the [Contributing Guide](docs/source/contributing.md) or reach out to us on `#scylla-operator` channel on [Slack](https://scylladb-users-slackin.herokuapp.com/) if you have questions.

0 commit comments

Comments
 (0)