Updated trigger link in eventing docs (#2969)

This commit is contained in:
Mike Petersen 2020-11-05 08:57:08 -08:00 committed by GitHub
parent 656d260a83
commit b99e249a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ also possible to combine the components in novel ways.
configuration from your application.
1. **I just want to consume events like X, I don't care how they are
published.** Use a [Trigger](broker/README.md) to consume events from a Broker based
published.** Use a [Trigger](triggers/README.md) to consume events from a Broker based
on CloudEvents attributes. Your application will receive the events as an
HTTP POST.