From 17152433805d5435c10407a88b3dc5d884def754 Mon Sep 17 00:00:00 2001 From: Kevin Marquardsen Date: Thu, 20 May 2021 11:53:17 -0700 Subject: [PATCH] correct link to point to latest appender example (#3639) --- docs/eventing/flows/sequence/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/flows/sequence/README.md b/docs/eventing/flows/sequence/README.md index e9755335b..2436c4d86 100644 --- a/docs/eventing/flows/sequence/README.md +++ b/docs/eventing/flows/sequence/README.md @@ -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/)