Repository: spark Updated Branches: refs/heads/master f5e63751f -> 3f941b68a
[Docs] Fix Building Spark link text Author: Nicholas Chammas <[email protected]> Closes #4312 from nchammas/patch-2 and squashes the following commits: 9d943aa [Nicholas Chammas] [Docs] Fix Building Spark link text Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3f941b68 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3f941b68 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3f941b68 Branch: refs/heads/master Commit: 3f941b68a2336aa7876aeda99865e7c19b53bc5c Parents: f5e6375 Author: Nicholas Chammas <[email protected]> Authored: Mon Feb 2 12:33:49 2015 -0800 Committer: Andrew Or <[email protected]> Committed: Mon Feb 2 12:33:49 2015 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/3f941b68/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 16628bd..af02339 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
