This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 39b4f25  use SSL for the download link
39b4f25 is described below

commit 39b4f25014053ef728ce9ad926baedf55f47da73
Author: Can Güney Aksakalli <[email protected]>
AuthorDate: Tue Nov 26 10:41:01 2019 +0100

    use SSL for the download link
---
 _docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md 
b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
index 1fb7096..d8ba247 100644
--- a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
+++ b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
@@ -28,7 +28,7 @@ The Drill JDBC Driver `JAR` file must exist on a client 
machine so you can confi
 
    Or
 
-* Download a [TAR file for the latest Drill 
release](http://apache.osuosl.org/drill/) to a location on your client machine, 
and extract the file. On Windows, you may need to use a decompression utility, 
such as [7-zip](http://www.7-zip.org/). The driver is extracted to the 
following directory:  
+* Download a [TAR file for the latest Drill 
release](https://apache.osuosl.org/drill/) to a location on your client 
machine, and extract the file. On Windows, you may need to use a decompression 
utility, such as [7-zip](http://www.7-zip.org/). The driver is extracted to the 
following directory:  
    
`<drill-installation_directory>/jars/jdbc-driver/drill-jdbc-all-<version>.jar`
 
 ## Using the JDBC URL for a Random Drillbit Connection 

Reply via email to