From 38c5d01a6736e5d21da26e6eb1053b7e09f43b2e Mon Sep 17 00:00:00 2001 From: Jeff <60796676+JeffNeff@users.noreply.github.com> Date: Mon, 9 Aug 2021 08:55:11 -0400 Subject: [PATCH] Updates Broken Link in Event Registry Documentation (#4094) * Updates Broken Link in Event Registry Documentation * Removes `docs` and `README.md` from link --- docs/eventing/event-registry.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/eventing/event-registry.md b/docs/eventing/event-registry.md index eb9a121dc..38b594406 100644 --- a/docs/eventing/event-registry.md +++ b/docs/eventing/event-registry.md @@ -283,7 +283,8 @@ the next topic: How do we actually populate the registry in the first place? ## Next steps -1. [Installing Knative](../../getting-started/install-knative-quickstart/). +1. [Installing Knative](../../admin/install/). + 1. [Knative code samples](../samples/) is a useful resource to better understand some of the Event Sources (remember to point them to a Broker if you want automatic registration of EventTypes in the registry).