You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2016/12/04 04:55:36 UTC

spark git commit: [MINOR][README] Correct Markdown link inside readme

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
![image](https://cloud.githubusercontent.com/assets/5894707/20864124/4c83499e-ba1e-11e6-9948-07b4627f516f.png)

srowen

Author: linbojin <li...@gmail.com>

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 <li...@gmail.com>
Authored: Sat Dec 3 20:55:33 2016 -0800
Committer: Reynold Xin <rx...@databricks.com>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org