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).