From 0e199c85ace379ab36b940bc679fad6518d9ee95 Mon Sep 17 00:00:00 2001 From: Boris Popovschi Date: Wed, 25 Mar 2020 15:36:50 +0200 Subject: [PATCH] Fixed links for Sequence and Parallel flows pages. (#2338) --- docs/eventing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eventing/README.md b/docs/eventing/README.md index 6b4f3109f..2cf68ddf4 100644 --- a/docs/eventing/README.md +++ b/docs/eventing/README.md @@ -88,8 +88,8 @@ There are cases where you may want to utilize a set of co-operating functions together and for those use cases, Knative Eventing provides two additional resources: -1. **[Sequence](./sequence.md)** provides a way to define an in-order list of functions. -1. **[Parallel](./parallel.md)** provides a way to define a list of branches for events. +1. **[Sequence](./flows/sequence.md)** provides a way to define an in-order list of functions. +1. **[Parallel](./flows/parallel.md)** provides a way to define a list of branches for events. ### Future design goals