You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/05/28 23:16:39 UTC

spark git commit: [DOCS] Fixing broken "IDE setup" link in the Building Spark documentation.

Repository: spark
Updated Branches:
  refs/heads/master c771589c9 -> 3e312a5ed


[DOCS] Fixing broken "IDE setup" link in the Building Spark documentation.

The location of the IDE setup information has changed, so this just updates the link on the Building Spark page.

Author: Mike Dusenberry <du...@gmail.com>

Closes #6467 from dusenberrymw/Fix_Broken_Link_On_Building_Spark_Doc and squashes the following commits:

75c533a [Mike Dusenberry] Fixing broken "IDE setup" link in the Building Spark documentation by pointing to new location.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3e312a5e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3e312a5e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3e312a5e

Branch: refs/heads/master
Commit: 3e312a5ed0154527c66eeeee0d2cc3bfce0a820e
Parents: c771589
Author: Mike Dusenberry <du...@gmail.com>
Authored: Thu May 28 17:15:10 2015 -0400
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu May 28 17:15:10 2015 -0400

----------------------------------------------------------------------
 docs/building-spark.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3e312a5e/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 3ca7f27..b2649d1 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -176,7 +176,7 @@ Thus, the full flow for running continuous-compilation of the `core` submodule m
 # Building Spark with IntelliJ IDEA or Eclipse
 
 For help in setting up IntelliJ IDEA or Eclipse for Spark development, and troubleshooting, refer to the
-[wiki page for IDE setup](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-IDESetup).
+[wiki page for IDE setup](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-IDESetup).
 
 # Running Java 8 Test Suites
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org