Skip to content

Commit

Permalink
Fix broken links (#6129)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Ok <[email protected]>
  • Loading branch information
aliok committed Sep 26, 2024
1 parent a0bea66 commit a9d24a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/eventing/event-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ status:
```
For the full specification for an EventType object, see the
[EventType API reference](../eventing/reference/eventing-api.md#eventing.knative.dev/v1beta2.EventType).
[EventType API reference](../../eventing/reference/eventing-api.md#eventing.knative.dev/v1beta2.EventType).
The `metadata.name` field is advisory, that is, non-authoritative.
It is typically generated using `generateName` to avoid naming collisions.
Expand Down Expand Up @@ -295,6 +295,6 @@ Here are a some example Triggers that subscribe to events using exact matching o

## Next steps

[Knative code samples](../samples/eventing.md) is a useful resource to better understand
[Knative code samples](../../samples/eventing.md) is a useful resource to better understand
some of the event sources. Remember, you must point the sources to a Broker if you want
automatic registration of EventTypes in the registry.

0 comments on commit a9d24a0

Please sign in to comment.