Repository: spark Updated Branches: refs/heads/branch-1.5 392bd19d6 -> 417852f7c
Fix Broken Link Link was broken because it included tick marks. Author: Bill Chambers <[email protected]> Closes #8302 from anabranch/patch-1. (cherry picked from commit b23c4d3ffc36e47c057360c611d8ab1a13877699) Signed-off-by: Reynold Xin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/417852f7 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/417852f7 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/417852f7 Branch: refs/heads/branch-1.5 Commit: 417852f7ca50e23a6b1f669c106a9e7376b2165a Parents: 392bd19 Author: Bill Chambers <[email protected]> Authored: Wed Aug 19 00:05:01 2015 -0700 Committer: Reynold Xin <[email protected]> Committed: Wed Aug 19 00:05:12 2015 -0700 ---------------------------------------------------------------------- docs/sql-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/417852f7/docs/sql-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index 6c31717..33e7893 100644 --- a/docs/sql-programming-guide.md +++ b/docs/sql-programming-guide.md @@ -28,7 +28,7 @@ All of the examples on this page use sample data included in the Spark distribut <div data-lang="scala" markdown="1"> The entry point into all functionality in Spark SQL is the -[`SQLContext`](api/scala/index.html#org.apache.spark.sql.`SQLContext`) class, or one of its +[`SQLContext`](api/scala/index.html#org.apache.spark.sql.SQLContext) class, or one of its descendants. To create a basic `SQLContext`, all you need is a SparkContext. {% highlight scala %} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
