Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.6 f58ed3d4c -> 754553233


[DOC][MINOR] Fix 'Drill JDBC Driver' link in jdbc.md

### What is this PR for?
This PR is for fixing odd 'Drill JDBC Driver' link in `jdbc.md`

### What type of PR is it?
Documentation

### What is the Jira issue?
Since it's minor fixing, I didn't create a Jira issue for this.

### How should this be tested?
Please just see the attached screenshot images :)

### Screenshots (if appropriate)
 - Before
![screen shot 2016-07-19 at 4 09 13 
pm](https://cloud.githubusercontent.com/assets/10060731/16941504/78af23c2-4dcb-11e6-9031-479a98b972a1.png)
 - After
![screen shot 2016-07-19 at 4 09 21 
pm](https://cloud.githubusercontent.com/assets/10060731/16941507/7e5ddd40-4dcb-11e6-88c9-86635ab6b974.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: AhyoungRyu <[email protected]>

Closes #1203 from AhyoungRyu/fix/jdbcInterpreterDocs and squashes the following 
commits:

9f359f8 [AhyoungRyu] Fix dead link
fddd01a [AhyoungRyu] Fix 'Drill JDBC Driver' link

(cherry picked from commit e929aef8cbab116cc1dae8570c7ff87ecf09eb83)
Signed-off-by: Mina Lee <[email protected]>


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

Branch: refs/heads/branch-0.6
Commit: 754553233500dae2218c2c561e81c617c6e794be
Parents: f58ed3d
Author: AhyoungRyu <[email protected]>
Authored: Tue Jul 19 16:14:13 2016 +0900
Committer: Mina Lee <[email protected]>
Committed: Wed Jul 20 11:04:50 2016 +0900

----------------------------------------------------------------------
 docs/interpreter/jdbc.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/75455323/docs/interpreter/jdbc.md
----------------------------------------------------------------------
diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md
index 830dd97..699c67d 100644
--- a/docs/interpreter/jdbc.md
+++ b/docs/interpreter/jdbc.md
@@ -21,7 +21,8 @@ This interpreter lets you create a JDBC connection to any 
data source, by now it
 * Redshift
 * Apache Hive
 * Apache Phoenix
-* Apache Drill (Details on using [Drill JDBC 
Driver](https://drill.apache.org/docs/using-the-jdbc-driverde* Apache Tajo
+* Apache Drill (Details on using [Drill JDBC 
Driver](https://drill.apache.org/docs/using-the-jdbc-driver))
+* Apache Tajo
 
 If someone else used another database please report how it works to improve 
functionality.
 

Reply via email to