aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2015-02-02 12:33:49 -0800
committerAndrew Or <andrew@databricks.com>2015-02-02 12:33:49 -0800
commit3f941b68a2336aa7876aeda99865e7c19b53bc5c (patch)
tree989ba1229562bc93177d8c6249e6ffd5d3726b10 /README.md
parentf5e63751f0ed50ceafdc2ec5173b161a5155b646 (diff)
downloadspark-3f941b68a2336aa7876aeda99865e7c19b53bc5c.tar.gz
spark-3f941b68a2336aa7876aeda99865e7c19b53bc5c.tar.bz2
spark-3f941b68a2336aa7876aeda99865e7c19b53bc5c.zip
[Docs] Fix Building Spark link text
Author: Nicholas Chammas <nicholas.chammas@gmail.com> Closes #4312 from nchammas/patch-2 and squashes the following commits: 9d943aa [Nicholas Chammas] [Docs] Fix Building Spark link text
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 16628bd406..af02339578 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-spark.html).
+["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
## Interactive Scala Shell