From 3c12196d224b8acd8a95524e9e33f77a93dbf363 Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Wed, 30 May 2018 11:33:25 +0100 Subject: [PATCH] Update stream-integrations.md --- akka-docs/src/main/paradox/stream/stream-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/stream/stream-integrations.md b/akka-docs/src/main/paradox/stream/stream-integrations.md index 4bd8a9d38b..b626cc1970 100644 --- a/akka-docs/src/main/paradox/stream/stream-integrations.md +++ b/akka-docs/src/main/paradox/stream/stream-integrations.md @@ -72,7 +72,7 @@ since multiple actors are being asked concurrently to begin with, and no single ### Sink.actorRefWithAck @@@ note - See also: [Sink.actorRefWithAck operator reference docs](operators/Sink/actorRefWithAck.md) + See also: @ref[Sink.actorRefWithAck operator reference docs](operators/Sink/actorRefWithAck.md) @@@ The sink sends the elements of the stream to the given `ActorRef` that sends back back-pressure signal.