Fix link to substreams documentation (#25420)

This commit is contained in:
Paweł Bartkiewicz 2018-08-01 07:09:14 +02:00 committed by Konrad `ktoso` Malawski
parent 85ffc17973
commit 31347a60f4
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
These operators either take a stream and turn it into a stream of streams (nesting) or they take a stream that contains
nested streams and turn them into a stream of elements instead (flattening).
See the [Substreams](stream-substream.md) page for more detail and code samples.
See the @ref:[Substreams](../stream-substream.md) page for more detail and code samples.

View file

@ -203,7 +203,8 @@ These operators are aware of the backpressure provided by their downstreams and
These operators either take a stream and turn it into a stream of streams (nesting) or they take a stream that contains
nested streams and turn them into a stream of elements instead (flattening).
See the [Substreams](stream-substream.md) page for more detail and code samples.
See the @ref:[Substreams](../stream-substream.md) page for more detail and code samples.
| |Operator|Description|
|--|--|--|