Skip to content

Commit

Permalink
Link tutorial in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Jul 9, 2021
1 parent 8619aab commit 38447de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Messaging Topology Operator is covered in several guides:
- [TLS](https://www.rabbitmq.com/kubernetes/operator/tls-topology-operator.html)
- [Troubleshooting Messaging Topology Operator](https://www.rabbitmq.com/kubernetes/operator/troubleshooting-topology-operator.html)

In addition, a number of [examples](./docs/examples) and [Operator API reference](https://github.com/rabbitmq/messaging-topology-operator/blob/main/docs/api/rabbitmq.com.ref.asciidoc) can be found in this repository.
In addition, a number of [examples](./docs/examples), [Operator API reference](https://github.com/rabbitmq/messaging-topology-operator/blob/main/docs/api/rabbitmq.com.ref.asciidoc), and a quick [tutorial](./docs/tutorial) can be found in this repository.

The doc guides are open source. The source can be found in the [RabbitMQ website repository](https://github.com/rabbitmq/rabbitmq-website/)
under `site/kubernetes`.
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ This section contains examples on how to create RabbitMQ topology objects using
These examples are intended to showcase common use cases for the Messaging Topology Operator. Some examples can be used directly, but
properties such as resources names and namespaces need to be edited for your own environment. For a more comprehensive guide on how
to use the Operator, see the [Using Messaging Topology Operator](https://www.rabbitmq.com/kubernetes/operator/using-topology-operator.html)
guide on `rabbitmq.com` and the Operator [API reference](https://github.com/rabbitmq/messaging-topology-operator/blob/main/docs/api/rabbitmq.com.ref.asciidoc).
guide on rabbitmq.com and the Operator [API reference](https://github.com/rabbitmq/messaging-topology-operator/blob/main/docs/api/rabbitmq.com.ref.asciidoc).

0 comments on commit 38447de

Please sign in to comment.