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:06:01 -0800
commit08b18c7eb790c65670778eab8a6e32486c5f76e9 (patch)
tree61cfe203e4d4a8ae2c99125a153661146ab5fb8a /README.md
parent11dd99317b1b0bcd18a0a0cc3c4eb79d3aaa4a2b (diff)
downloadspark-08b18c7eb790c65670778eab8a6e32486c5f76e9.tar.gz
spark-08b18c7eb790c65670778eab8a6e32486c5f76e9.tar.bz2
spark-08b18c7eb790c65670778eab8a6e32486c5f76e9.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
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