aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-12 14:40:00 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-12 14:40:00 -0700
commit603b419fdfc710bb1a78565e22cba1f890039b5c (patch)
treec0b43a4362643386386ccc764157aea1de6a7986
parentee2fcb2ce68e01f9d6c41753bf33ccbaa5cb1181 (diff)
downloadspark-603b419fdfc710bb1a78565e22cba1f890039b5c.tar.gz
spark-603b419fdfc710bb1a78565e22cba1f890039b5c.tar.bz2
spark-603b419fdfc710bb1a78565e22cba1f890039b5c.zip
Tweak
-rw-r--r--docs/java-programming-guide.md2
-rw-r--r--docs/scala-programming-guide.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/java-programming-guide.md b/docs/java-programming-guide.md
index 24aa2d5c6b..8ebc2b14ca 100644
--- a/docs/java-programming-guide.md
+++ b/docs/java-programming-guide.md
@@ -5,7 +5,7 @@ title: Java Programming Guide
The Spark Java API exposes all the Spark features available in the Scala version to Java.
To learn the basics of Spark, we recommend reading through the
-[Scala Programming Guide](scala-programming-guide.html) first; it should be
+[Scala programming guide](scala-programming-guide.html) first; it should be
easy to follow even if you don't know Scala.
This guide will show how to use the Spark features described there in Java.
diff --git a/docs/scala-programming-guide.md b/docs/scala-programming-guide.md
index 57a2c04b16..8c084528d7 100644
--- a/docs/scala-programming-guide.md
+++ b/docs/scala-programming-guide.md
@@ -1,6 +1,6 @@
---
layout: global
-title: Scala Programming Guide
+title: Spark Programming Guide
---
* This will become a table of contents (this text will be scraped).