You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2015/10/01 09:14:52 UTC

[4/4] incubator-asterixdb git commit: Fix ASTERIXDB-1101

Fix ASTERIXDB-1101

Change-Id: Ibdb5074d0e0d4fb2b7d4303aa405c9fc90f4ce56
Reviewed-on: https://asterix-gerrit.ics.uci.edu/422
Tested-by: Chris Hillery <ce...@lambda.nu>
Reviewed-by: Chris Hillery <ce...@lambda.nu>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/77792a2f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/77792a2f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/77792a2f

Branch: refs/heads/release-0.8.7
Commit: 77792a2f40ac7e8a2919d83422e98a46ed323c2b
Parents: 14c2b3a
Author: Ian Maxon <im...@apache.org>
Authored: Wed Sep 30 23:30:25 2015 -0700
Committer: Ian Maxon <im...@apache.org>
Committed: Thu Oct 1 00:10:23 2015 -0700

----------------------------------------------------------------------
 asterix-app/src/main/resources/webui/querytemplate.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/77792a2f/asterix-app/src/main/resources/webui/querytemplate.html
----------------------------------------------------------------------
diff --git a/asterix-app/src/main/resources/webui/querytemplate.html b/asterix-app/src/main/resources/webui/querytemplate.html
index 9088251..a7bc21e 100644
--- a/asterix-app/src/main/resources/webui/querytemplate.html
+++ b/asterix-app/src/main/resources/webui/querytemplate.html
@@ -187,11 +187,11 @@ $(document).ready(function() {
 
         <div class="nav-collapse collapse">
           <ul class="nav">
-            <li><a href="http://code.google.com/p/asterixdb/" target="_blank">
+            <li><a href="https://asterixdb.incubator.apache.org/" target="_blank">
                     Open source<img class="extarget" src="/webui/static/img/targetlink.png"/></a></li>
-            <li><a href="http://code.google.com/p/asterixdb/issues/list" target="_blank">
+            <li><a href="https://issues.apache.org/jira/browse/ASTERIXDB" target="_blank">
                     File issues<img class="extarget" src="/webui/static/img/targetlink.png"/></a></li>
-            <li><a href="https://groups.google.com/forum/?fromgroups#!forum/asterixdb-users" target="_blank">
+            <li><a href="https://asterixdb.incubator.apache.org/community.html" target="_blank">
                     Contact<img class="extarget" src="/webui/static/img/targetlink.png"/></a></li>
           </ul>
         </div><!--/.nav-collapse -->