Fixed links for Sequence and Parallel flows pages. (#2338)

This commit is contained in:
Boris Popovschi 2020-03-25 15:36:50 +02:00 committed by GitHub
parent 6ec98f4e6a
commit 0e199c85ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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