From edb0ad9d486427fa983923fde5d4987c863ca31e Mon Sep 17 00:00:00 2001 From: linbojin <linbojin203@gmail.com> Date: Sat, 3 Dec 2016 20:55:33 -0800 Subject: [PATCH] [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 <linbojin203@gmail.com> Closes #16132 from linbojin/fix-markdown-link-in-readme. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 853f7f5ded..18914bf161 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 -- GitLab