summaryrefslogtreecommitdiff
path: root/streaming/index.md
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2015-05-31 19:04:53 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2015-05-31 19:04:53 +0000
commit3de586b4b4fde7aa5f20cc6d116e03615987f11a (patch)
tree140372ea55aa1c0dad741c7c571e71940bd1190b /streaming/index.md
parent60133fefdfedbb3a5636e159a6d2bd3230e233ea (diff)
downloadspark-website-3de586b4b4fde7aa5f20cc6d116e03615987f11a.tar.gz
spark-website-3de586b4b4fde7aa5f20cc6d116e03615987f11a.tar.bz2
spark-website-3de586b4b4fde7aa5f20cc6d116e03615987f11a.zip
Some updates to FAQ on streaming
Diffstat (limited to 'streaming/index.md')
-rw-r--r--streaming/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/streaming/index.md b/streaming/index.md
index edc77bb82..eeb32f30b 100644
--- a/streaming/index.md
+++ b/streaming/index.md
@@ -21,9 +21,9 @@ subproject: Streaming
Build applications through high-level operators.
</p>
<p>
- Spark Streaming brings <a href="{{site.url}}">Spark</a>'s
- language-integrated API to stream processing,
- letting you write streaming jobs the same way you write batch jobs.
+ Spark Streaming brings Spark's
+ <a href="{{site.url}}docs/latest/streaming-programming-guide.html">language-integrated API</a>
+ to stream processing, letting you write streaming jobs the same way you write batch jobs.
It supports Java, Scala and Python.
</p>
</div>