You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/02/27 06:37:27 UTC

git commit: Updated link for pyspark examples in docs

Repository: spark
Updated Branches:
  refs/heads/master 0e40e2b12 -> 26450351a


Updated link for pyspark examples in docs

Author: Jyotiska NK <jy...@gmail.com>

Closes #22 from jyotiska/pyspark_docs and squashes the following commits:

426136c [Jyotiska NK] Updated link for pyspark examples


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/26450351
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/26450351
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/26450351

Branch: refs/heads/master
Commit: 26450351af8406704c6823ce88426bd3e579d4cb
Parents: 0e40e2b
Author: Jyotiska NK <jy...@gmail.com>
Authored: Wed Feb 26 21:37:04 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Wed Feb 26 21:37:04 2014 -0800

----------------------------------------------------------------------
 docs/python-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/26450351/docs/python-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/python-programming-guide.md b/docs/python-programming-guide.md
index 7c5283f..57ed54c 100644
--- a/docs/python-programming-guide.md
+++ b/docs/python-programming-guide.md
@@ -157,7 +157,7 @@ some example applications.
 
 # Where to Go from Here
 
-PySpark also includes several sample programs in the [`python/examples` folder](https://github.com/apache/incubator-spark/tree/master/python/examples).
+PySpark also includes several sample programs in the [`python/examples` folder](https://github.com/apache/spark/tree/master/python/examples).
 You can run them by passing the files to `pyspark`; e.g.:
 
     ./bin/pyspark python/examples/wordcount.py