Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/eventing/samples/helloworld/helloworld-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down