update web footer to remove google group
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4c440806 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4c440806 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4c440806 Branch: refs/heads/master Commit: 4c440806472d112506f8542a28f775806d851d62 Parents: 9a65df1 Author: Luke Han <luke...@apache.org> Authored: Tue Nov 24 15:53:52 2015 +0800 Committer: Luke Han <luke...@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/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>