From 17287855bb0e19e9ab78bb595fbeacc92a8b7c8b Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Thu, 19 Aug 2021 11:40:06 -0500 Subject: [PATCH] #4124: fix link (#4125) * #4124: fix link * remove readme --- docs/getting-started/first-broker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/first-broker.md b/docs/getting-started/first-broker.md index ee4464c4b..e8187239c 100644 --- a/docs/getting-started/first-broker.md +++ b/docs/getting-started/first-broker.md @@ -50,6 +50,6 @@ example-broker http://broker-ingress.knative-eventing.svc.cluster.local/defaul ??? question "Are there any other components of Knative Eventing?" Though it is out of scope for this tutorial, Knative Eventing has many components which can be used in many ways to suit your needs. - If you want to find out more about the different components of Knative Eventing, like Channels, Sequences, Parallels, etc. check out "Eventing Components." + If you want to find out more about the different components of Knative Eventing, such as Channels, Sequences and Parallel flows, check out the Knative Eventing documentation. **Next, you'll take a look at a simple implementation** of Sources, Brokers, Triggers and Sinks using an app called the Cloud Events Player.