Skip to content

Commit 5d1305d

Browse files
author
Evan Anderson
authored
Fix broker links flagged by link-checker (#2501)
1 parent 7a51ce8 commit 5d1305d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/eventing/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ In the next section, you will need to verify that the resources you added in thi
114114

115115
### Validating that the `Broker` is running
116116

117-
The [`Broker`](./broker-trigger.md#broker) ensures that every event sent by event producers arrives at the correct event consumers. The `Broker` was created when you labeled your namespace as ready for eventing, but it is important to verify that your `Broker` is working correctly. In this guide, you will use the default broker.
117+
The [`Broker`](./broker/README.md#broker) ensures that every event sent by event producers arrives at the correct event consumers. The `Broker` was created when you labeled your namespace as ready for eventing, but it is important to verify that your `Broker` is working correctly. In this guide, you will use the default broker.
118118

119119
1. Run the following command to verify that the `Broker` is in a healthy state:
120120

@@ -237,7 +237,7 @@ Your event consumers receive the events sent by event producers. In this step, y
237237
238238
### Creating `Triggers`
239239
240-
A [Trigger](./broker-trigger.md#trigger) defines the events that you want each of your event consumers
240+
A [Trigger](./broker/README.md#trigger) defines the events that you want each of your event consumers
241241
to receive. Your `Broker` uses triggers to forward events to the right consumers. Each trigger can specify a filter to select relevant events based on the Cloud Event context attributes.
242242
243243
@@ -533,5 +533,5 @@ This removes the namespace and all of its resources from your cluster.
533533
534534
You've learned the basics of the Knative Eventing workflow. Here are some additional resources to help you continue to build with the Knative Eventing component.
535535
536-
- [Broker and Trigger](./broker-trigger.md)
536+
- [Broker and Trigger](./broker/README.md)
537537
- [Eventing with a GitHub source](./samples/github-source/README.md)

0 commit comments

Comments
 (0)