From 31347a60f49c679374d8c2fd869077e1747df1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bartkiewicz?= Date: Wed, 1 Aug 2018 07:09:14 +0200 Subject: [PATCH] Fix link to substreams documentation (#25420) --- .../src/main/categories/nesting-and-flattening-operators.md | 2 +- akka-docs/src/main/paradox/stream/operators/index.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/akka-docs/src/main/categories/nesting-and-flattening-operators.md b/akka-docs/src/main/categories/nesting-and-flattening-operators.md index 7273b250a7..a59136dbfb 100644 --- a/akka-docs/src/main/categories/nesting-and-flattening-operators.md +++ b/akka-docs/src/main/categories/nesting-and-flattening-operators.md @@ -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. \ No newline at end of file +See the @ref:[Substreams](../stream-substream.md) page for more detail and code samples. diff --git a/akka-docs/src/main/paradox/stream/operators/index.md b/akka-docs/src/main/paradox/stream/operators/index.md index 61befc4006..cc442c4e1d 100644 --- a/akka-docs/src/main/paradox/stream/operators/index.md +++ b/akka-docs/src/main/paradox/stream/operators/index.md @@ -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| |--|--|--|