aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Dusenberry <dusenberrymw@gmail.com>2015-05-28 17:15:10 -0400
committerSean Owen <sowen@cloudera.com>2015-05-28 17:15:10 -0400
commit3e312a5ed0154527c66eeeee0d2cc3bfce0a820e (patch)
treece4693e8486ed501e95a5edc7239fe5ac20785ee
parentc771589c96403b2a518fb77d5162eca8f495f37b (diff)
downloadspark-3e312a5ed0154527c66eeeee0d2cc3bfce0a820e.tar.gz
spark-3e312a5ed0154527c66eeeee0d2cc3bfce0a820e.tar.bz2
spark-3e312a5ed0154527c66eeeee0d2cc3bfce0a820e.zip
[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 <dusenberrymw@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.
-rw-r--r--docs/building-spark.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 3ca7f2746e..b2649d1ee2 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