Repository: spark Updated Branches: refs/heads/master 0fe1c0936 -> 342b57db6
Update Building Spark link. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/342b57db Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/342b57db Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/342b57db Branch: refs/heads/master Commit: 342b57db66e379c475daf5399baf680ff42b87c2 Parents: 0fe1c09 Author: Reynold Xin <[email protected]> Authored: Mon Oct 20 19:16:35 2014 -0700 Committer: Reynold Xin <[email protected]> Committed: Mon Oct 20 19:16:35 2014 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/342b57db/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8dd8b70..dbf53dc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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"](http://spark.apache.org/docs/latest/building-spark.html). +["Building Spark with Maven"](http://spark.apache.org/docs/latest/building-with-maven.html). ## Interactive Scala Shell --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
