From a46f96e03585fee848c912afd7dd93a3b5716c7a Mon Sep 17 00:00:00 2001 From: Evan Anderson Date: Thu, 14 May 2020 15:03:00 -0700 Subject: [PATCH] Fix links after #2449 (#2468) --- docs/eventing/samples/helloworld/helloworld-go/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eventing/samples/helloworld/helloworld-go/README.md b/docs/eventing/samples/helloworld/helloworld-go/README.md index 5d9abe1aa..b17ec3639 100644 --- a/docs/eventing/samples/helloworld/helloworld-go/README.md +++ b/docs/eventing/samples/helloworld/helloworld-go/README.md @@ -255,7 +255,7 @@ application and trigger are ready, let's send a CloudEvent. ### Send CloudEvent to the Broker -We can send an http request directly to the [Broker](../../../broker-trigger.md) +We can send an http request directly to the [Broker](../../../broker/README.md) with correct CloudEvent headers set. 1. Deploy a curl pod and SSH into it @@ -325,7 +325,7 @@ back with another event. Play around with the CloudEvent attributes in the curl command and the trigger specification to understand how - [Triggers work](../../../broker-trigger.md#trigger). + [Triggers work](../../../broker/README.md#trigger). ## Verify reply from helloworld-go app