You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ja...@apache.org on 2015/05/16 03:38:42 UTC

[3/7] drill git commit: DRILL-3102: The doc link on Drill Web UI points to the old wiki page

DRILL-3102: The doc link on Drill Web UI points to the old wiki page


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

Branch: refs/heads/master
Commit: d03a4d667182929edbc32066e04037ecce1db6d7
Parents: c9a9b7c
Author: Aditya Kishore <ad...@apache.org>
Authored: Fri May 15 13:13:36 2015 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Fri May 15 17:38:27 2015 -0700

----------------------------------------------------------------------
 INSTALL.md                                         | 3 +--
 README.md                                          | 2 +-
 distribution/src/resources/README.md               | 2 +-
 exec/java-exec/src/main/resources/rest/generic.ftl | 2 +-
 exec/java-exec/src/main/resources/rest/options.ftl | 4 ++--
 5 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/d03a4d66/INSTALL.md
----------------------------------------------------------------------
diff --git a/INSTALL.md b/INSTALL.md
index 8ecb636..7c65611 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -43,5 +43,4 @@ Currently, the Apache Drill build process is known to work on Linux, Windows and
     
 ## More information 
 
-For more information including how to run a Apache Drill cluster, visit the [Apache Drill Wiki](https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki)
-
+For more information including how to run a Apache Drill cluster, visit the [Apache Drill Documentation](http://drill.apache.org/docs/)

http://git-wip-us.apache.org/repos/asf/drill/blob/d03a4d66/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 69da92f..0c89ec1 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Apache Drill is a distributed MPP query layer that supports SQL and alternative
 Please read INSTALL.md for setting up and running Apache Drill.
 
 ## More Information
-Please see the [Apache Drill Website](http://drill.apache.org/) or the [Apache Drill Wiki](https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki) for more information including:
+Please see the [Apache Drill Website](http://drill.apache.org/) or the [Apache Drill Documentation](http://drill.apache.org/docs/) for more information including:
 
  * Remote Execution Installation Instructions
  * Information about how to submit logical and distributed physical plans

http://git-wip-us.apache.org/repos/asf/drill/blob/d03a4d66/distribution/src/resources/README.md
----------------------------------------------------------------------
diff --git a/distribution/src/resources/README.md b/distribution/src/resources/README.md
index f333b38..40feb29 100644
--- a/distribution/src/resources/README.md
+++ b/distribution/src/resources/README.md
@@ -41,4 +41,4 @@ Drill comes preinstalled with a number of example data files including a small c
     
 ## More information 
 
-For more information including how to run a Apache Drill cluster, visit the [Apache Drill Wiki](https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki)
+For more information including how to run a Apache Drill cluster, visit the [Apache Drill Documentation](http://drill.apache.org/docs/)

http://git-wip-us.apache.org/repos/asf/drill/blob/d03a4d66/exec/java-exec/src/main/resources/rest/generic.ftl
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/main/resources/rest/generic.ftl b/exec/java-exec/src/main/resources/rest/generic.ftl
index 1c229b6..9df2424 100644
--- a/exec/java-exec/src/main/resources/rest/generic.ftl
+++ b/exec/java-exec/src/main/resources/rest/generic.ftl
@@ -62,7 +62,7 @@
             </ul>
             <ul class="nav navbar-nav navbar-right">
               <li><a href="/options">Options</a></li>
-              <li><a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki">Wiki</a>
+              <li><a href="http://drill.apache.org/docs/">Documentation</a>
             </ul>
           </div>
         </div>

http://git-wip-us.apache.org/repos/asf/drill/blob/d03a4d66/exec/java-exec/src/main/resources/rest/options.ftl
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/main/resources/rest/options.ftl b/exec/java-exec/src/main/resources/rest/options.ftl
index 0092faa..7ba1250 100644
--- a/exec/java-exec/src/main/resources/rest/options.ftl
+++ b/exec/java-exec/src/main/resources/rest/options.ftl
@@ -19,7 +19,7 @@
   </div>
   <h4>System options</h4>
   <div align="right">
-    <a href="https://cwiki.apache.org/confluence/display/DRILL/Planning+and+Execution+Options">Documentation</a>
+    <a href="http://drill.apache.org/docs/planning-and-execution-options/">Documentation</a>
   </div>
   <div class="table-responsive">
     <table class="table table-hover">
@@ -44,4 +44,4 @@
   </div>
 </#macro>
 
-<@page_html/>
\ No newline at end of file
+<@page_html/>