From 35b94cdbf7441af8fbaeacd14577e15ed4e56e86 Mon Sep 17 00:00:00 2001 From: Sameer Vohra Date: Sun, 6 Dec 2020 17:42:27 -0600 Subject: [PATCH] Update eventing/samples/writing-event-source-easy..README.md - fix url "tutorial on writing a Source with a Receive Adapter" section Signed-off-by: Sameer Vohra --- docs/eventing/samples/writing-event-source-easy-way/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/samples/writing-event-source-easy-way/README.md b/docs/eventing/samples/writing-event-source-easy-way/README.md index 55ce0335b79..af5cdf118b9 100644 --- a/docs/eventing/samples/writing-event-source-easy-way/README.md +++ b/docs/eventing/samples/writing-event-source-easy-way/README.md @@ -1,6 +1,6 @@ # Introduction -As stated in [tutorial on writing a Source with a Receive Adapter](../writing-receive-adapter-source/README.md), there are multiple ways to +As stated in [tutorial on writing a Source with a Receive Adapter](../writing-event-source/README.md), there are multiple ways to create event sources. The way in that tutorial is to create an independent event source that has its own CRD. This tutorial provides a simpler mechanism to build an event source in Javascript and use it with