From 81a83b383859ea49f1d230fdadb9dea9c37459f0 Mon Sep 17 00:00:00 2001 From: jyotiska Date: Wed, 5 Mar 2014 20:10:54 +0530 Subject: [PATCH] fixed link for pyspark api guide --- docs/python-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python-programming-guide.md b/docs/python-programming-guide.md index 7c5283fb0b6fb..0aa71192a6f64 100644 --- a/docs/python-programming-guide.md +++ b/docs/python-programming-guide.md @@ -146,7 +146,7 @@ sc = SparkContext(conf = conf) # API Docs -[API documentation](api/pyspark/index.html) for PySpark is available as Epydoc. +[API documentation](http://spark.apache.org/docs/latest/api/pyspark/index.html) for PySpark is available as Epydoc. Many of the methods also contain [doctests](http://docs.python.org/2/library/doctest.html) that provide additional usage examples. # Libraries