Repository: spark Updated Branches: refs/heads/master bc9a0e032 -> b23c4d3ff
Fix Broken Link Link was broken because it included tick marks. Author: Bill Chambers <wchamb...@ischool.berkeley.edu> Closes #8302 from anabranch/patch-1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b23c4d3f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b23c4d3f Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b23c4d3f Branch: refs/heads/master Commit: b23c4d3ffc36e47c057360c611d8ab1a13877699 Parents: bc9a0e0 Author: Bill Chambers <wchamb...@ischool.berkeley.edu> Authored: Wed Aug 19 00:05:01 2015 -0700 Committer: Reynold Xin <r...@databricks.com> Committed: Wed Aug 19 00:05:01 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/b23c4d3f/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: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org