aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDenny Lee <denny.g.lee@gmail.com>2014-12-25 14:05:55 -0800
committerJosh Rosen <joshrosen@databricks.com>2014-12-25 14:07:19 -0800
commit475ab6ec71992aa214284ea3df547163ad27c90c (patch)
treeea073dcd60270912dd693ec348ed1f6b28ba5736 /README.md
parent17d6f547bf3612890f79e331b427e286c5fca730 (diff)
downloadspark-475ab6ec71992aa214284ea3df547163ad27c90c.tar.gz
spark-475ab6ec71992aa214284ea3df547163ad27c90c.tar.bz2
spark-475ab6ec71992aa214284ea3df547163ad27c90c.zip
Fix "Building Spark With Maven" link in README.md
Corrected link to the Building Spark with Maven page from its original (http://spark.apache.org/docs/latest/building-with-maven.html) to the current page (http://spark.apache.org/docs/latest/building-spark.html) Author: Denny Lee <denny.g.lee@gmail.com> Closes #3802 from dennyglee/patch-1 and squashes the following commits: 15f601a [Denny Lee] Update README.md (cherry picked from commit 08b18c7eb790c65670778eab8a6e32486c5f76e9) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8d57d50da9..16628bd406 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ To build Spark and its example programs, run:
(You do not need to do this if you downloaded a pre-built package.)
More detailed documentation is available from the project site, at
-["Building Spark with Maven"](http://spark.apache.org/docs/latest/building-with-maven.html).
+["Building Spark with Maven"](http://spark.apache.org/docs/latest/building-spark.html).
## Interactive Scala Shell