From 603b419fdfc710bb1a78565e22cba1f890039b5c Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Fri, 12 Oct 2012 14:40:00 -0700 Subject: [PATCH] Tweak --- docs/java-programming-guide.md | 2 +- docs/scala-programming-guide.md | 2 +- 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).