Repository: spark
Updated Branches:
  refs/heads/branch-1.2 f5c5647b8 -> b905e114e


[SPARK-4421] Wrong link in spark-standalone.html

Modified the link of building Spark.

Author: Masayoshi TSUZUKI <tsudu...@oss.nttdata.co.jp>

Closes #3279 from tsudukim/feature/SPARK-4421 and squashes the following 
commits:

56e31c1 [Masayoshi TSUZUKI] Modified the link of building Spark.

(cherry picked from commit ddfc09c36381a0880dfa6778be2ca0bc7d80febf)
Signed-off-by: Josh Rosen <joshro...@databricks.com>


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

Branch: refs/heads/branch-1.2
Commit: b905e114e2084535dd78f29627b762505438e254
Parents: f5c5647
Author: Masayoshi TSUZUKI <tsudu...@oss.nttdata.co.jp>
Authored: Thu Dec 4 18:14:36 2014 -0800
Committer: Josh Rosen <joshro...@databricks.com>
Committed: Thu Dec 4 18:14:51 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/b905e114/docs/spark-standalone.md
----------------------------------------------------------------------
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index a3028aa..d503bc9 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -10,7 +10,7 @@ In addition to running on the Mesos or YARN cluster managers, 
Spark also provide
 
 # Installing Spark Standalone to a Cluster
 
-To install Spark Standalone mode, you simply place a compiled version of Spark 
on each node on the cluster. You can obtain pre-built versions of Spark with 
each release or [build it yourself](index.html#building).
+To install Spark Standalone mode, you simply place a compiled version of Spark 
on each node on the cluster. You can obtain pre-built versions of Spark with 
each release or [build it yourself](building-spark.html).
 
 # Starting a Cluster Manually
 


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

Reply via email to