aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@eecs.berkeley.edu>2012-09-16 20:46:46 -0700
committerJosh Rosen <joshrosen@eecs.berkeley.edu>2012-09-16 20:46:46 -0700
commitc94e9cc54aebddc20cc4ab13ca106781c7298642 (patch)
treea30f7f867e84ae77f5c120bbaf30dbbc23d39d99 /docs/index.md
parent098ae55db113ec01902aa0808e667b65dac13e05 (diff)
downloadspark-c94e9cc54aebddc20cc4ab13ca106781c7298642.tar.gz
spark-c94e9cc54aebddc20cc4ab13ca106781c7298642.tar.bz2
spark-c94e9cc54aebddc20cc4ab13ca106781c7298642.zip
Add Java Programming Guide; fix broken doc links.
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 3df638f629..69d55e505e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -54,7 +54,7 @@ of `project/SparkBuild.scala`, then rebuilding Spark (`sbt/sbt clean compile`).
# Where to Go from Here
-* [Spark Programming Guide]({{HOME_PATH}}programming-guide.html): how to get started using Spark, and details on the API
+* [Spark Programming Guide]({{HOME_PATH}}scala-programming-guide.html): how to get started using Spark, and details on the API
* [Running Spark on Amazon EC2]({{HOME_PATH}}ec2-scripts.html): scripts that let you launch a cluster on EC2 in about 5 minutes
* [Running Spark on Mesos]({{HOME_PATH}}running-on-mesos.html): instructions on how to deploy to a private cluster
* [Running Spark on YARN]({{HOME_PATH}}running-on-yarn.html): instructions on how to run Spark on top of a YARN cluster