You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2017/03/15 21:58:00 UTC

drill git commit: fixed link to CTTAS page from blog

Repository: drill
Updated Branches:
  refs/heads/gh-pages e2ea92507 -> 4be6790ca


fixed link to CTTAS page from blog


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/4be6790c
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/4be6790c
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/4be6790c

Branch: refs/heads/gh-pages
Commit: 4be6790ca22fbcf2ccecd2bf6a74f38e759ffdb4
Parents: e2ea925
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Wed Mar 15 14:57:06 2017 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Wed Mar 15 14:57:06 2017 -0700

----------------------------------------------------------------------
 blog/_posts/2017-03-15-drill-1.10-released.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/4be6790c/blog/_posts/2017-03-15-drill-1.10-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2017-03-15-drill-1.10-released.md b/blog/_posts/2017-03-15-drill-1.10-released.md
index 49a5d86..9d1dcb3 100644
--- a/blog/_posts/2017-03-15-drill-1.10-released.md
+++ b/blog/_posts/2017-03-15-drill-1.10-released.md
@@ -11,7 +11,7 @@ Today, we're happy to announce the availability of Drill 1.10.0. You can downloa
 The release provides the following bug fixes and improvements:
 
 ## CTTAS 
-The CREATE TEMPORARY TABLE AS (CTTAS) command stores the results of a query in a temporary table. See [CTTAS]({{site.baseurl}}/docs/create-temporary-table-as). 
+The CREATE TEMPORARY TABLE AS (CTTAS) command stores the results of a query in a temporary table. See [CTTAS]({{site.baseurl}}/docs/create-temporary-table-as-cttas/). 
 
 ## Improved Fault Tolerance  
 An optional `tries=<value>` parameter included in the JDBC connection string indicates the number of unique drillbits to which the client can try to connect. See [Using the JDBC URL Format for a Direct Drillbit Connection]({{site.baseurl}}/docs/using-the-jdbc-driver/#using-the-jdbc-url-format-for-a-direct-drillbit-connection).