correct link to point to latest appender example (#3639)

This commit is contained in:
Kevin Marquardsen 2021-05-20 11:53:17 -07:00 committed by GitHub
parent 482d911248
commit 1715243380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Sequence has four parts for the Status:
For each of these examples below, You will use a [`PingSource`](../../samples/ping-source/) as the source of events.
We also use a very simple [transformer](https://github.com/vaikas-google/transformer) which performs very trivial transformation of the incoming events to demonstrate they have passed through each stage.
We also use a very simple [transformer](https://github.com/knative/eventing/blob/main/cmd/appender/main.go) which performs very trivial transformation of the incoming events to demonstrate they have passed through each stage.
### [Sequence with no reply (terminal last Step)](../sequence/sequence-terminal/)