Repository: spark Updated Branches: refs/heads/branch-1.2 17d6f547b -> 475ab6ec7
Fix "Building Spark With Maven" link in README.md Corrected link to the Building Spark with Maven page from its original (http://spark.apache.org/docs/latest/building-with-maven.html) to the current page (http://spark.apache.org/docs/latest/building-spark.html) Author: Denny Lee <[email protected]> Closes #3802 from dennyglee/patch-1 and squashes the following commits: 15f601a [Denny Lee] Update README.md (cherry picked from commit 08b18c7eb790c65670778eab8a6e32486c5f76e9) Signed-off-by: Josh Rosen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/475ab6ec Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/475ab6ec Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/475ab6ec Branch: refs/heads/branch-1.2 Commit: 475ab6ec71992aa214284ea3df547163ad27c90c Parents: 17d6f54 Author: Denny Lee <[email protected]> Authored: Thu Dec 25 14:05:55 2014 -0800 Committer: Josh Rosen <[email protected]> Committed: Thu Dec 25 14:07:19 2014 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/475ab6ec/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8d57d50..16628bd 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-with-maven.html). +["Building Spark with Maven"](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]
