Fix link to substreams documentation (#25420)
This commit is contained in:
parent
85ffc17973
commit
31347a60f4
2 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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|
|
||||
|--|--|--|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue