* #4124: fix link

* remove readme
This commit is contained in:
Ashleigh Brennan 2021-08-19 11:40:06 -05:00 committed by GitHub
parent 6e498d706d
commit 17287855bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <a href="../eventing/README.md" target="blank_">"Eventing Components."</a>
If you want to find out more about the different components of Knative Eventing, such as Channels, Sequences and Parallel flows, check out the <a href="../../eventing" target="blank_">Knative Eventing</a> 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.