summaryrefslogtreecommitdiff
path: root/site/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/examples.html')
-rw-r--r--site/examples.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/examples.html b/site/examples.html
index cbaf447b9..0a1911158 100644
--- a/site/examples.html
+++ b/site/examples.html
@@ -409,8 +409,8 @@ previous ones, and <em>actions</em>, which kick off a job to execute on a cluste
<p>Many additional examples are distributed with Spark:</p>
<ul>
- <li>Basic Spark: <a href="https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/examples">Scala examples</a>, <a href="https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples">Java examples</a>, <a href="https://github.com/apache/spark/tree/master/python/examples">Python examples</a></li>
- <li>Spark Streaming: <a href="https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/streaming/examples">Scala examples</a>, <a href="https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/streaming/examples">Java examples</a></li>
+ <li>Basic Spark: <a href="https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/examples">Scala examples</a>, <a href="https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples">Java examples</a>, <a href="https://github.com/apache/spark/tree/master/examples/src/main/python">Python examples</a></li>
+ <li>Spark Streaming: <a href="https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/examples/streaming">Scala examples</a>, <a href="https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples/streaming">Java examples</a></li>
</ul>