Repository: drill-site Updated Branches: refs/heads/asf-site b808deb94 -> ff314a50c
New Apache direct download link Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/ff314a50 Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/ff314a50 Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/ff314a50 Branch: refs/heads/asf-site Commit: ff314a50c1150b183443206be32a4e07c9cc613e Parents: b808deb Author: Tomer Shiran <[email protected]> Authored: Tue Nov 10 22:38:40 2015 -0800 Committer: Tomer Shiran <[email protected]> Committed: Tue Nov 10 22:38:40 2015 -0800 ---------------------------------------------------------------------- download/index.html | 2 +- index.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill-site/blob/ff314a50/download/index.html ---------------------------------------------------------------------- diff --git a/download/index.html b/download/index.html index 3b1763c..010fe6f 100644 --- a/download/index.html +++ b/download/index.html @@ -120,7 +120,7 @@ <div class="table"> <ul id="download_buttons"> <li><a href="http://www.apache.org/dyn/closer.cgi/drill/drill-1.2.0/apache-drill-1.2.0.tar.gz" class="find" id="apachemirror">Find an Apache Mirror</a></li> -<li><a href="http://getdrill.org/drill/download/apache-drill-1.2.0.tar.gz" rel="nofollow" class="dl" id="directdownload">Direct File Download</a></li> +<li><a href="http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.2.0/apache-drill-1.2.0.tar.gz&action=download" class="dl" id="directdownload">Direct File Download</a></li> <li><a href="/docs/interfaces-introduction/" class="dl">Client Drivers (ODBC/JDBC)</a></li> </ul> </div> http://git-wip-us.apache.org/repos/asf/drill-site/blob/ff314a50/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index f1a6ae8..537214a 100644 --- a/index.html +++ b/index.html @@ -237,8 +237,7 @@ SELECT timestamp </div> <div class="home-row"> - <div class="big"><pre>$ curl <url> -o drill.tgz -$ tar xzf drill.tgz + <div class="big"><pre>$ curl -L "<url>" | tar xzf - $ cd apache-drill-<version> $ bin/drill-embedded</pre></div> <div class="description">
