diff --git a/docs/java-programming-guide.md b/docs/java-programming-guide.md index 24aa2d5c6bf549f63fccd6d84e0cef27801e5881..8ebc2b14ca7208c529e1e23f839bc41c5672f6bc 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 57a2c04b1633d6490a599ba2481b2e29a97993f7..8c084528d745d20569e986f68ff36c7d6b3c1d54 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).