Skip to content

Commit

Permalink
Link to Akka docs lacked suffix (#1638)
Browse files Browse the repository at this point in the history
Another dead link.
  • Loading branch information
ennru authored Apr 9, 2019
1 parent a22d0f5 commit 323edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Java

Here we used a basic sink to complete the stream by collecting all of the stream elements to a collection.
The power of streams comes from building larger data pipelines which leverage backpressure to ensure efficient flow control.
Feel free to edit the example code and build @extref[more advanced stream topologies](akka-docs:scala/stream/stream-introduction).
Feel free to edit the example code and build @extref[more advanced stream topologies](akka-docs:scala/stream/stream-introduction.html).

## Flow and Sink

Expand Down

0 comments on commit 323edc7

Please sign in to comment.