Skip to content

Commit

Permalink
Fix links to examples
Browse files Browse the repository at this point in the history
Missing a slash to reference relative path to doc
  • Loading branch information
Zerpet committed Mar 10, 2021
1 parent 017522f commit 2691eb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ kubectl apply -f https://github.com/rabbitmq/messaging-topology-operator/release
You can create RabbitMQ resources:

1. [Queue](./docs/examples/queues)
2. [Exchange](.docs/examples/exchanges)
3. [Binding](.docs/examples/bindings)
4. [User](.docs/examples/users)
5. [Vhost](.docs/examples/vhosts)
2. [Exchange](./docs/examples/exchanges)
3. [Binding](./docs/examples/bindings)
4. [User](./docs/examples/users)
5. [Vhost](./docs/examples/vhosts)

## Contributing

Expand Down

0 comments on commit 2691eb1

Please sign in to comment.