aboutsummaryrefslogtreecommitdiff
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:56 -0800
commit00746a5c987f74e70fe6daf06054a0c58e2ae28c (patch)
tree582b0d8d9a16c3714a02cbf5403b264384e9f0b0
parent0a16abadc59082b7d3a24d7f3625236658632813 (diff)
downloadspark-00746a5c987f74e70fe6daf06054a0c58e2ae28c.tar.gz
spark-00746a5c987f74e70fe6daf06054a0c58e2ae28c.tar.bz2
spark-00746a5c987f74e70fe6daf06054a0c58e2ae28c.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 (cherry picked from commit 3f941b68a2336aa7876aeda99865e7c19b53bc5c) Signed-off-by: Andrew Or <andrew@databricks.com>
-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