From d52104c7b2788f7dd2fdb898ae264732077a0296 Mon Sep 17 00:00:00 2001 From: Michael Gasch Date: Mon, 23 May 2022 14:44:02 +0200 Subject: [PATCH] bug: Fix broken links to samples (#782) Closes: #781 Signed-off-by: Michael Gasch --- docs/broker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/broker/README.md b/docs/broker/README.md index 49fb3f0143..fbb3f7ae17 100644 --- a/docs/broker/README.md +++ b/docs/broker/README.md @@ -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 @@ -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