diff --git a/docs/python-programming-guide.md b/docs/python-programming-guide.md
index 7c5283fb0b6fbdd355838dcb9d2d320f6a9b8a30..57ed54c9cf4c00cc5f9b780f1fc7b5c95ccaa3f1 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