Update stream-integrations.md

This commit is contained in:
Christopher Batey 2018-05-30 11:33:25 +01:00 committed by GitHub
parent f4cc1dd0f9
commit 3c12196d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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