From 952fa34c70442c4924e16a6c3ca368319128d6cd Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 5 Apr 2017 17:37:11 +0200 Subject: [PATCH] Link stream quickstart guide to build tools section --- akka-docs/rst/java/stream/stream-quickstart.rst | 3 +++ akka-docs/rst/scala/stream/stream-quickstart.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/akka-docs/rst/java/stream/stream-quickstart.rst b/akka-docs/rst/java/stream/stream-quickstart.rst index 92ef0188df..d1ae27a336 100644 --- a/akka-docs/rst/java/stream/stream-quickstart.rst +++ b/akka-docs/rst/java/stream/stream-quickstart.rst @@ -3,6 +3,9 @@ Quick Start Guide ================= +Create a project and add the akka-streams dependency to the build tool of your +choice as described in :ref:`build-tool`. + A stream usually begins at a source, so this is also how we start an Akka Stream. Before we create one, we import the full complement of streaming tools: diff --git a/akka-docs/rst/scala/stream/stream-quickstart.rst b/akka-docs/rst/scala/stream/stream-quickstart.rst index d5ca4103d5..69b7b4c409 100644 --- a/akka-docs/rst/scala/stream/stream-quickstart.rst +++ b/akka-docs/rst/scala/stream/stream-quickstart.rst @@ -3,6 +3,9 @@ Quick Start Guide ================= +Create a project and add the akka-streams dependency to the build tool of your +choice as described in :ref:`build-tool`. + A stream usually begins at a source, so this is also how we start an Akka Stream. Before we create one, we import the full complement of streaming tools: