Skip to content

Commit 30da780

Browse files
Fix broken links (#6130)
Signed-off-by: Ali Ok <aliok@redhat.com> Co-authored-by: Ali Ok <aliok@redhat.com>
1 parent 1a879a2 commit 30da780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/eventing/event-registry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ status:
4444
```
4545
4646
For the full specification for an EventType object, see the
47-
[EventType API reference](../eventing/reference/eventing-api.md#eventing.knative.dev/v1beta2.EventType).
47+
[EventType API reference](../../eventing/reference/eventing-api.md#eventing.knative.dev/v1beta2.EventType).
4848
4949
The `metadata.name` field is advisory, that is, non-authoritative.
5050
It is typically generated using `generateName` to avoid naming collisions.
@@ -295,6 +295,6 @@ Here are a some example Triggers that subscribe to events using exact matching o
295295

296296
## Next steps
297297

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

0 commit comments

Comments
 (0)