Skip to content

Commit

Permalink
bug: Fix broken links to samples (#782)
Browse files Browse the repository at this point in the history
Closes: #781
Signed-off-by: Michael Gasch <mgasch@vmware.com>
  • Loading branch information
Michael Gasch committed May 23, 2022
1 parent 0e8a6cf commit d52104c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For development purposes or to use the latest from the repository, use [`ko`](ht
ko apply -f config/broker/
```

Follow the [Broker-Trigger](../samples/broker-trigger) to deploy a basic example of a topology.
Follow the [Broker-Trigger](../../samples/broker-trigger) to deploy a basic example of a topology.

## Customizations

Expand Down Expand Up @@ -160,7 +160,7 @@ For reference, the ingress and dispatcher pods' code can be found [here](../../c
Consult the [RabbitMQ Troubleshooting Guide](https://www.rabbitmq.com/troubleshooting.html) for any RabbitMQ specific issues that may arise.

## Next Steps
- Check out the [Broker-Trigger Samples Directory](../samples/broker-trigger) in this repo and start building your topology with Eventing RabbitMQ!
- Check out the [Broker-Trigger Samples Directory](../../samples/broker-trigger) in this repo and start building your topology with Eventing RabbitMQ!
- Follow [CloudEvents Player Source](https://knative.dev/docs/getting-started/first-source/) to setup a Knative Service as a source.

## Additional Resources
Expand Down

0 comments on commit d52104c

Please sign in to comment.