summaryrefslogtreecommitdiff
path: root/examples.md
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2014-04-10 00:51:49 +0000
committerAndy Konwinski <andrew@apache.org>2014-04-10 00:51:49 +0000
commit28990fa8a6c2c8ec08ab97465c571475eeb501d3 (patch)
tree50c0b565f0e1cc721979493490127013e84ecad5 /examples.md
parent31820517cbd9b08294e448ec3ed2c419ecd80600 (diff)
downloadspark-website-28990fa8a6c2c8ec08ab97465c571475eeb501d3.tar.gz
spark-website-28990fa8a6c2c8ec08ab97465c571475eeb501d3.tar.bz2
spark-website-28990fa8a6c2c8ec08ab97465c571475eeb501d3.zip
removing 'incubator-' portion URLs referencing Spark source code.
Diffstat (limited to 'examples.md')
-rw-r--r--examples.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples.md b/examples.md
index 615d237e7..09d755979 100644
--- a/examples.md
+++ b/examples.md
@@ -258,6 +258,6 @@ In this example, we search through the error messages in a log file:
Many additional examples are distributed with Spark:
- * Basic Spark: [Scala examples](https://github.com/apache/incubator-spark/tree/master/examples/src/main/scala/org/apache/spark/examples), [Java examples](https://github.com/apache/incubator-spark/tree/master/examples/src/main/java/org/apache/spark/examples), [Python examples](https://github.com/apache/incubator-spark/tree/master/python/examples)
- * Spark Streaming: [Scala examples](https://github.com/apache/incubator-spark/tree/master/examples/src/main/scala/org/apache/spark/streaming/examples), [Java examples](https://github.com/apache/incubator-spark/tree/master/examples/src/main/java/org/apache/spark/streaming/examples)
+ * Basic Spark: [Scala examples](https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/examples), [Java examples](https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples), [Python examples](https://github.com/apache/spark/tree/master/python/examples)
+ * Spark Streaming: [Scala examples](https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/streaming/examples), [Java examples](https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/streaming/examples)