Repository: spark Updated Branches: refs/heads/branch-1.2 0a16abadc -> 00746a5c9
[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 (cherry picked from commit 3f941b68a2336aa7876aeda99865e7c19b53bc5c) Signed-off-by: Andrew Or <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/00746a5c Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/00746a5c Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/00746a5c Branch: refs/heads/branch-1.2 Commit: 00746a5c987f74e70fe6daf06054a0c58e2ae28c Parents: 0a16aba 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:56 2015 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/00746a5c/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]
