aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-07 22:20:14 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-07 22:31:44 -0800
commit41c60b337abc4ddd92fe5d4b9337156f3bf8b089 (patch)
tree4a5704327cabe1c5cf7c4e6ce7e9f7a25270fc89 /docs/index.md
parent6494d62fe40ac408b14de3f0f3de8ec896a0ae6e (diff)
downloadspark-41c60b337abc4ddd92fe5d4b9337156f3bf8b089.tar.gz
spark-41c60b337abc4ddd92fe5d4b9337156f3bf8b089.tar.bz2
spark-41c60b337abc4ddd92fe5d4b9337156f3bf8b089.zip
Various broken links in documentation
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 45616f78f9..d3ac696d1e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -58,7 +58,7 @@ By default, Spark links to Hadoop 1.0.4. You can change this by setting the
SPARK_HADOOP_VERSION=2.2.0 sbt/sbt assembly
-In addition, if you wish to run Spark on [YARN](running-on-yarn.md), set
+In addition, if you wish to run Spark on [YARN](running-on-yarn.html), set
`SPARK_YARN` to `true`:
SPARK_HADOOP_VERSION=2.0.5-alpha SPARK_YARN=true sbt/sbt assembly