Repository: spark Updated Branches: refs/heads/master 34777184c -> edb0ad9d4
[MINOR][README] Correct Markdown link inside readme ## What changes were proposed in this pull request? "Useful Developer Tools" link inside [README.md](https://github.com/apache/spark/blob/master/README.md#building-spark) doesn't work on master branch. This pr corrects this Markdown link. ## How was this patch tested? [README.md](https://github.com/linbojin/spark/blob/fix-markdown-link-in-readme/README.md#building-spark) on this branch  srowen Author: linbojin <[email protected]> Closes #16132 from linbojin/fix-markdown-link-in-readme. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/edb0ad9d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/edb0ad9d Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/edb0ad9d Branch: refs/heads/master Commit: edb0ad9d486427fa983923fde5d4987c863ca31e Parents: 3477718 Author: linbojin <[email protected]> Authored: Sat Dec 3 20:55:33 2016 -0800 Committer: Reynold Xin <[email protected]> Committed: Sat Dec 3 20:55:33 2016 -0800 ---------------------------------------------------------------------- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/edb0ad9d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 853f7f5..18914bf 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ You can build Spark using more than one thread by using the -T option with Maven More detailed documentation is available from the project site, at ["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html). -For general development tips, including info on developing Spark using an IDE, see -[http://spark.apache.org/developer-tools.html](the Useful Developer Tools page). +For general development tips, including info on developing Spark using an IDE, see ["Useful Developer Tools"](http://spark.apache.org/developer-tools.html). ## Interactive Scala Shell --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
