Fix links after #2449 (#2468)

This commit is contained in:
Evan Anderson 2020-05-14 15:03:00 -07:00 committed by GitHub
parent 891a4d3a16
commit a46f96e035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ application and trigger are ready, let's send a CloudEvent.
### Send CloudEvent to the Broker ### 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. with correct CloudEvent headers set.
1. Deploy a curl pod and SSH into it 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 Play around with the CloudEvent attributes in the curl command and the
trigger specification to understand how trigger specification to understand how
[Triggers work](../../../broker-trigger.md#trigger). [Triggers work](../../../broker/README.md#trigger).
## Verify reply from helloworld-go app ## Verify reply from helloworld-go app