summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Levy <isaac.r.levy@gmail.com>2016-07-30 10:29:20 -0400
committerIsaac Levy <isaac.r.levy@gmail.com>2016-07-30 10:29:20 -0400
commit612383440bfa727a9980cf83460b8f32df8d666c (patch)
treec9a50bb6f8807f9fbbb244f3e1045cdab8deb4c1
parent5e869909e321030e9968404307597ff114d9ea2f (diff)
downloadspark-website-612383440bfa727a9980cf83460b8f32df8d666c.tar.gz
spark-website-612383440bfa727a9980cf83460b8f32df8d666c.tar.bz2
spark-website-612383440bfa727a9980cf83460b8f32df8d666c.zip
Fix main links to streaming examples
-rw-r--r--site/streaming/index.html2
-rw-r--r--streaming/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/streaming/index.html b/site/streaming/index.html
index ddd5c337d..85f9c8b37 100644
--- a/site/streaming/index.html
+++ b/site/streaming/index.html
@@ -307,7 +307,7 @@
<ul class="list-narrow">
<li><a href="/downloads.html">Download Spark</a>. It includes Streaming as a module.</li>
<li>Read the <a href="/docs/latest/streaming-programming-guide.html">Spark Streaming programming guide</a>, which includes a tutorial and describes system architecture, configuration and high availability.</li>
- <li>Check out example programs in <a href="https://github.com/apache/incubator-spark/tree/master/examples/src/main/scala/org/apache/spark/streaming/examples">Scala</a> and <a href="https://github.com/apache/incubator-spark/tree/master/examples/src/main/java/org/apache/spark/streaming/examples">Java</a>.</li>
+ <li>Check out example programs in <a href="https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/examples/streaming">Scala</a> and <a href="https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples/streaming">Java</a>.</li>
</ul>
</div>
</div>
diff --git a/streaming/index.md b/streaming/index.md
index 691ba3601..459d84fed 100644
--- a/streaming/index.md
+++ b/streaming/index.md
@@ -130,7 +130,7 @@ subproject: Streaming
<ul class="list-narrow">
<li><a href="{{site.url}}downloads.html">Download Spark</a>. It includes Streaming as a module.</li>
<li>Read the <a href="{{site.url}}docs/latest/streaming-programming-guide.html">Spark Streaming programming guide</a>, which includes a tutorial and describes system architecture, configuration and high availability.</li>
- <li>Check out example programs in <a href="https://github.com/apache/incubator-spark/tree/master/examples/src/main/scala/org/apache/spark/streaming/examples">Scala</a> and <a href="https://github.com/apache/incubator-spark/tree/master/examples/src/main/java/org/apache/spark/streaming/examples">Java</a>.</li>
+ <li>Check out example programs in <a href="https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/examples/streaming">Scala</a> and <a href="https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples/streaming">Java</a>.</li>
</ul>
</div>
</div>