You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/11/24 08:54:06 UTC

incubator-kylin git commit: update web footer to remove google group

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging 9a65df194 -> 4c4408064


update web footer to remove google group


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/4c440806
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/4c440806
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/4c440806

Branch: refs/heads/1.x-staging
Commit: 4c440806472d112506f8542a28f775806d851d62
Parents: 9a65df1
Author: Luke Han <lu...@apache.org>
Authored: Tue Nov 24 15:53:52 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Tue Nov 24 15:53:52 2015 +0800

----------------------------------------------------------------------
 webapp/app/partials/footer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/4c440806/webapp/app/partials/footer.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/footer.html b/webapp/app/partials/footer.html
index 5a72a52..d0a513a 100644
--- a/webapp/app/partials/footer.html
+++ b/webapp/app/partials/footer.html
@@ -20,8 +20,8 @@
     <div class="container">
         <div class="copyright">
             <span>
-                <a href="http://kylin.io" style="color:#808080;"><i class="fa fa-home"></i> Home Page</a> |
-                <a href="https://groups.google.com/forum/#!forum/kylin-olap" style="color:#808080;"><i class="fa fa-users"></i> Google Group</a>
+                <a href="http://kylin.apache.org" style="color:#808080;"><i class="fa fa-home"></i> Apache Kylin</a> |
+                <a href="http://kylin.apache.org/community/" style="color:#808080;"><i class="fa fa-users"></i> Apache Kylin Community</a>
             </span>
         </div>
     </div>