You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/12/23 03:26:16 UTC

[12/50] [abbrv] kylin git commit: upgrade website content from incubator-kylin to kylin

upgrade website content from incubator-kylin to kylin


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

Branch: refs/heads/1.x-HBase1.1.3
Commit: 316bc048376618577885857496a89e2c57aba7fd
Parents: 7888c87
Author: honma <ho...@ebay.com>
Authored: Wed Dec 2 16:03:24 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Wed Dec 2 16:03:24 2015 +0800

----------------------------------------------------------------------
 README.md                                       | 10 ++--
 docs/README.md                                  |  2 +-
 website/README.md                               |  6 +--
 website/_config.yml                             |  4 +-
 website/_config_prod.yml                        |  2 +-
 website/_dev/dev_env.md                         |  2 +-
 website/_dev/howto_docs.md                      |  6 +--
 website/_dev/howto_package.md                   |  2 +-
 website/_dev/howto_release.md                   | 48 ++++++++++----------
 website/_dev/index.md                           |  6 +--
 website/_docs/index.md                          |  2 +-
 website/_docs/install/index.cn.md               |  2 +-
 website/_docs/install/index.md                  |  2 +-
 website/_docs/release_notes.md                  | 16 +++----
 website/_includes/footer.html                   | 42 ++++++++---------
 website/_includes/head.cn.html                  |  6 +--
 website/_includes/head.html                     |  6 +--
 website/_includes/header.cn.html                |  2 +-
 website/_includes/header.html                   |  2 +-
 .../2015-06-10-release-v0.7.1-incubating.md     |  4 +-
 website/_posts/blog/2015-08-15-fast-cubing.md   |  4 +-
 .../blog/2015-09-06-release-v1.0-incubating.md  |  4 +-
 .../blog/2015-09-09-fast-cubing-on-spark.md     |  2 +-
 .../2015-10-25-release-v1.1-incubating.cn.md    |  4 +-
 .../blog/2015-10-25-release-v1.1-incubating.md  |  4 +-
 website/community/index.md                      | 10 ++--
 website/community/poweredby.md                  |  2 +-
 website/download/index.cn.md                    | 23 +++++-----
 website/download/index.md                       | 22 ++++-----
 29 files changed, 121 insertions(+), 126 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 73313f5..176d89c 100644
--- a/README.md
+++ b/README.md
@@ -5,20 +5,20 @@ Apache Kylin
 
 Apache Kylin is an open source Distributed Analytics Engine, contributed by eBay Inc., provides SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.
 
-For more details, see the website [http://kylin.incubator.apache.org](http://kylin.incubator.apache.org).
+For more details, see the website [http://kylin.apache.org](http://kylin.apache.org).
 
 Documentation
 =============
-Please refer to [http://kylin.incubator.apache.org/docs/](http://kylin.incubator.apache.org/docs/).
+Please refer to [http://kylin.apache.org/docs/](http://kylin.apache.org/docs/).
 
 Get Help
 ============
-The fastest way to get response from our developers is to send email to our mail list <de...@kylin.incubator.apache.org>,   
-and remember to subscribe our mail list via <de...@kylin.incubator.apache.org>
+The fastest way to get response from our developers is to send email to our mail list <de...@kylin.apache.org>,   
+and remember to subscribe our mail list via <de...@kylin.apache.org>
 
 Licnese
 ============
-Please refer to [LICENSE](https://github.com/apache/incubator-kylin/blob/master/LICENSE) file.
+Please refer to [LICENSE](https://github.com/apache/kylin/blob/master/LICENSE) file.
 
 
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index 166f9fd..22b84f9 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
 # Apache Kylin Documentation
 
 __All documentations have been moved to Kylin website at:__  
-[http://kylin.incubator.apache.org/docs](http://kylin.incubator.apache.org/docs)
+[http://kylin.apache.org/docs](http://kylin.apache.org/docs)
 
 Please visit there for furthe reference.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/README.md
----------------------------------------------------------------------
diff --git a/website/README.md b/website/README.md
index 873ea58..4f0f8a2 100644
--- a/website/README.md
+++ b/website/README.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 # Apache Kylin website  
 This directory contains the source code for the Apache Kylin (incubating) website:
-[http://kyin.incubator.apache.org](http://kylin.incubator.apache.org/).
+[http://kyin.apache.org](http://kylin.apache.org/).
 
 ## Kylin website's structure:
 
@@ -39,7 +39,7 @@ To add other language, please update _config.yml and follow the same pattern as
 ## Setup
 
 1. `cd website`
-2. `svn co https://svn.apache.org/repos/asf/incubator/kylin/site _site`
+2. `svn co https://svn.apache.org/repos/asf/kylin/site _site`
 3. `sudo apt-get install rubygems ruby2.1-dev zlib1g-dev` (linux)
 4. `sudo gem install bundler github-pages jekyll`
 5. `bundle install`
@@ -61,4 +61,4 @@ Before opening a pull request or push to git repo, you can preview changes from
 
 Within a few minutes, svnpubsub should kick in and you'll be able to
 see the results at
-[http://kylin.incubator.apache.org](http://kylin.incubator.apache.org/).
\ No newline at end of file
+[http://kylin.apache.org](http://kylin.apache.org/).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_config.yml
----------------------------------------------------------------------
diff --git a/website/_config.yml b/website/_config.yml
index 60ca55d..7531ff1 100644
--- a/website/_config.yml
+++ b/website/_config.yml
@@ -17,10 +17,10 @@
 
 # Site settings
 title: Apache Kylin
-email: dev@kylin.incubator.apache.org
+email: dev@kylin.apache.org
 description: Apache Kylin Home
 baseurl: "" # the subpath of your site, e.g. /blog/
-url: "http://kylin.incubator.apache.org" # the base hostname & protocol for your site
+url: "http://kylin.apache.org" # the base hostname & protocol for your site
 twitter_username: ApacheKylin
 
 encoding: UTF-8

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_config_prod.yml
----------------------------------------------------------------------
diff --git a/website/_config_prod.yml b/website/_config_prod.yml
index eaaf611..c71bbad 100644
--- a/website/_config_prod.yml
+++ b/website/_config_prod.yml
@@ -21,4 +21,4 @@
 # To release to website, use following script to generate real docs:
 # >jekyll build -config _config.yml _config_prod.yml
 # 
-url: "http://kylin.incubator.apache.org" # the base hostname & protocol for your site
+url: "http://kylin.apache.org" # the base hostname & protocol for your site

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_dev/dev_env.md
----------------------------------------------------------------------
diff --git a/website/_dev/dev_env.md b/website/_dev/dev_env.md
index a14fc2f..5722ac4 100644
--- a/website/_dev/dev_env.md
+++ b/website/_dev/dev_env.md
@@ -46,7 +46,7 @@ ln -s /root/apache-maven-3.2.5/bin/mvn /usr/bin/mvn
 First clone the Kylin project to your local:
 
 {% highlight Groff markup %}
-	git clone https://github.com/apache/incubator-kylin.git
+	git clone https://github.com/apache/kylin.git
 {% endhighlight %}
 	
 Install Kylin artifacts to the maven repo

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_dev/howto_docs.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_docs.md b/website/_dev/howto_docs.md
index 7b98015..c28d844 100644
--- a/website/_dev/howto_docs.md
+++ b/website/_dev/howto_docs.md
@@ -20,7 +20,7 @@ Jekyll is a Ruby script to generate a static HTML website from source text and t
 
 Here are good reference about basic usage of Jekyll: [Learning Jekyll By Example](http://learn.andrewmunsell.com/learn/jekyll-by-example/tutorial)
 
-Apache Kylin's website and documentation is using Jekyll to manage and generate final content which avaliable at [http://kylin.incubator.apache.org](http://kylin.incubator.apache.org).
+Apache Kylin's website and documentation is using Jekyll to manage and generate final content which avaliable at [http://kylin.apache.org](http://kylin.apache.org).
 
 ## Multi-Language
 To draft Chinese version document or translate existing one, just add or copy that doc and name with .cn.md as sufffix. It will generate under /cn folder with same name as html file.  
@@ -118,7 +118,7 @@ Then access http://127.0.0.1:4000 in your browser.
 ### Setup
 
 1. `cd website`
-2. `svn co https://svn.apache.org/repos/asf/incubator/kylin/site _site`
+2. `svn co https://svn.apache.org/repos/asf/kylin/site _site`
 3. `sudo apt-get install rubygems ruby2.1-dev zlib1g-dev` (linux)
 4. `sudo gem install bundler github-pages jekyll`
 5. `bundle install`
@@ -141,6 +141,6 @@ Before opening a pull request or push to git repo, you can preview changes from
 
 Within a few minutes, svnpubsub should kick in and you'll be able to
 see the results at
-[http://kylin.incubator.apache.org](http://kylin.incubator.apache.org/).
+[http://kylin.apache.org](http://kylin.apache.org/).
 
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_dev/howto_package.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_package.md b/website/_dev/howto_package.md
index 727ec99..4ebb46d 100644
--- a/website/_dev/howto_package.md
+++ b/website/_dev/howto_package.md
@@ -7,7 +7,7 @@ permalink: /development/howto_package.html
 
 ### Generate Binary Package
 {% highlight bash %}
-git clone https://github.com/apache/incubator-kylin kylin
+git clone https://github.com/apache/kylin kylin
 cd kylin
 ./script/package.sh
 {% endhighlight %}

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_dev/howto_release.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_release.md b/website/_dev/howto_release.md
index 7ea8b54..b07bdf5 100644
--- a/website/_dev/howto_release.md
+++ b/website/_dev/howto_release.md
@@ -13,10 +13,10 @@ _For people in China, please aware using proxy to avoid potential firewall issue
 Make sure you have avaliable account and privlidge for following applications:
 
 * Apache account: [https://id.apache.org](https://id.apache.org/)    
-* Apache Kylin git repo (main cobe base): [https://git-wip-us.apache.org/repos/asf/incubator-kylin.git](https://git-wip-us.apache.org/repos/asf/incubator-kylin.git)  
-* Apache Kylin svn repo (for website only): [https://svn.apache.org/repos/asf/incubator/kylin](https://svn.apache.org/repos/asf/incubator/kylin)  
+* Apache Kylin git repo (main cobe base): [https://git-wip-us.apache.org/repos/asf/kylin.git](https://git-wip-us.apache.org/repos/asf/kylin.git)  
+* Apache Kylin svn repo (for website only): [https://svn.apache.org/repos/asf/kylin](https://svn.apache.org/repos/asf/kylin)  
 * Apache Nexus (maven repo): [https://repository.apache.org](https://repository.apache.org)  
-* Apache Kylin dist repo: [https://dist.apache.org/repos/dist/dev/incubator/kylin](https://dist.apache.org/repos/dist/dev/incubator/kylin)  
+* Apache Kylin dist repo: [https://dist.apache.org/repos/dist/dev/kylin](https://dist.apache.org/repos/dist/dev/kylin)  
 
 ## Setup PGP signing keys  
 Follow instructions at [http://www.apache.org/dev/release-signing](http://www.apache.org/dev/release-signing) to create a key pair  
@@ -51,7 +51,7 @@ for example:
 `gpg --recv-keys 027DC364`
 
 Add your public key to the KEYS file by following instructions in the KEYS file.:  
-_KEYS file location:_ __${incubator-kylin}/KEYS__  
+_KEYS file location:_ __${kylin}/KEYS__  
 For example:  
 `(gpg --list-sigs YOURNAME && gpg --armor --export YOURNAME) >> KEYS`
 
@@ -198,12 +198,12 @@ __Verify the staged artifacts in the Nexus repository:__
   (or a similar URL)
 
 __Upload to staging area:__  
-Upload the artifacts via subversion to a staging area, https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN:
+Upload the artifacts via subversion to a staging area, https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN:
 {% highlight bash %}
 # Create a subversion workspace, if you haven't already
 $ mkdir -p ~/dist/dev
 $ pushd ~/dist/dev
-$ svn co https://dist.apache.org/repos/dist/dev/incubator/kylin
+$ svn co https://dist.apache.org/repos/dist/dev/kylin
 $ popd
 
 ## Move the files into a directory
@@ -245,7 +245,7 @@ $ mvn test
 $ gpg --recv-keys key
 
 # Check keys
-$ curl -O https://dist.apache.org/repos/dist/release/incubator/kylin/KEYS
+$ curl -O https://dist.apache.org/repos/dist/release/kylin/KEYS
 
 ## Sign/check md5 and sha1 hashes
  _(Assumes your O/S has 'md5' and 'sha1' commands.)_
@@ -286,7 +286,7 @@ __Vote on Apache Kylin dev mailing list__
 Release vote on dev list, use the commit id that generated by Maven release plugin, whose message looks like "[maven-release-plugin] prepare release kylin-x.x.x-incubating":  
 
 {% highlight text %}
-To: dev@kylin.incubator.apache.org
+To: dev@kylin.apache.org
 Subject: [VOTE] Release apache-kylin-X.Y.Z-incubating (release candidate N)
 
 Hi all,
@@ -298,16 +298,16 @@ Changes highlights:
 
 Thanks to everyone who has contributed to this release.
 Here’s release notes:
-https://github.com/apache/incubator-kylin/blob/XXX/docs/release_notes.md
+https://github.com/apache/kylin/blob/XXX/docs/release_notes.md
 
 The commit to be voted upon:
 
-https://github.com/apache/incubator-kylin/commit/xxx
+https://github.com/apache/kylin/commit/xxx
 
 Its hash is xxx.
 
 The artifacts to be voted on are located here:
-https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN/
+https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN/
 
 The hashes of the artifacts are as follows:
 src.zip.md5 xxx
@@ -342,7 +342,7 @@ Luke
 After vote finishes, send out the result:  
 {% highlight text %}
 Subject: [RESULT] [VOTE] Release apache-kylin-X.Y.Z-incubating (release candidate N)
-To: dev@kylin.incubator.apache.org
+To: dev@kylin.apache.org
 
 Thanks to everyone who has tested the release candidate and given
 their comments and votes.
@@ -365,14 +365,14 @@ Luke
 
 {% endhighlight %}
 
-__Vote on Apache incubator general mailing list__   
+__Vote on Apache general mailing list__   
 Use the [Apache URL shortener](http://s.apache.org) to generate
 shortened URLs for the vote proposal and result emails. Examples:
 [http://s.apache.org/kylin-0.7.1-vote_rc3](http://s.apache.org/kylin-0.7.1-vote_rc3) and
 [http://s.apache.org/kylin-0.7.1-result_rc3](http://s.apache.org/kylin-0.7.1-result_rc3).
 
 {% highlight text %}
-To: general@incubator.apache.org
+To: general@apache.org
 Subject: [VOTE] Release Apache Kylin X.Y.Z (incubating)
 
 Hi all,
@@ -391,12 +391,12 @@ http://s.apache.org/kylin-X.Y.Z-result_rcN
 
 
 The commit to be voted upon:
-https://github.com/apache/incubator-kylin/commit/XXX
+https://github.com/apache/kylin/commit/XXX
 
 Its hash is XXX.
 
 The artifacts to be voted on are located here:
-https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN/
+https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-incubating-rcN/
 
 The hashes of the artifacts are as follows:
 src.zip.md5 XXX
@@ -412,7 +412,7 @@ https://people.apache.org/keys/committer/lukehan.asc
 
 Pursuant to the Releases section of the Incubation Policy and with
 the endorsement of our mentors we would now like to request
-the permission of the Incubator PMC to publish the release. The vote
+the permission of the PMC to publish the release. The vote
 is open for 72 hours, or until the necessary number of votes (3 +1)
 is reached.
 
@@ -426,7 +426,7 @@ Luke Han, on behalf of Apache Kylin PPMC
 
 After vote finishes, send out the result:
 {% highlight text %}
-To: general@incubator.apache.org
+To: general@apache.org
 Subject: [RESULT] [VOTE] Release Apache Kylin X.Y.Z (incubating)
 
 This vote passes with N +1s and no 0 or -1 votes:
@@ -462,12 +462,12 @@ Check the artifacts into svn.
 # Get the release candidate.
 $ mkdir -p ~/dist/dev
 $ cd ~/dist/dev
-$ svn co https://dist.apache.org/repos/dist/dev/incubator/kylin
+$ svn co https://dist.apache.org/repos/dist/dev/kylin
 
 # Copy the artifacts. Note that the copy does not have '-rcN' suffix.
 $ mkdir -p ~/dist/release
 $ cd ~/dist/release
-$ svn co https://dist.apache.org/repos/dist/release/incubator/kylin
+$ svn co https://dist.apache.org/repos/dist/release/kylin
 $ cd kylin
 $ cp -rp ../../dev/kylin/apache-kylin-X.Y.Z-incubating-rcN apache-kylin-X.Y.Z-incubating
 $ svn add apache-kylin-X.Y.Z-incubating
@@ -477,8 +477,8 @@ svn commit -m 'checkin release artifacts'
 {% endhighlight %}
 
 Svnpubsub will publish to
-[https://dist.apache.org/repos/dist/release/incubator/kylin](https://dist.apache.org/repos/dist/release/incubator/kylin) and propagate to
-[http://www.apache.org/dyn/closer.cgi/incubator/kylin](http://www.apache.org/dyn/closer.cgi/incubator/kylin) within 24 hours.
+[https://dist.apache.org/repos/dist/release/kylin](https://dist.apache.org/repos/dist/release/kylin) and propagate to
+[http://www.apache.org/dyn/closer.cgi/kylin](http://www.apache.org/dyn/closer.cgi/kylin) within 24 hours.
 
 If there are now more than 2 releases, clear out the oldest ones:
 
@@ -489,7 +489,7 @@ svn commit -m 'Remove old release'
 {% endhighlight %}
 
 The old releases will remain available in the
-[release archive](http://archive.apache.org/dist/incubator/kylin/).
+[release archive](http://archive.apache.org/dist/kylin/).
 
 Release same version in JIRA, check [Change Log](https://issues.apache.org/jira/browse/KYLIN/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel) for the latest released version.
 
@@ -497,5 +497,5 @@ Release same version in JIRA, check [Change Log](https://issues.apache.org/jira/
 Refer to [How to document](howto_docs.html) for more detail.
 
 # Thanks  
-This guide drafted with reference from [Apache Calcite](http://calcite.incubator.apache.org) Howto doc, Thank you very much.
+This guide drafted with reference from [Apache Calcite](http://calcite.apache.org) Howto doc, Thank you very much.
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_dev/index.md
----------------------------------------------------------------------
diff --git a/website/_dev/index.md b/website/_dev/index.md
index 3e155bd..f3af1bb 100644
--- a/website/_dev/index.md
+++ b/website/_dev/index.md
@@ -6,9 +6,9 @@ permalink: /development/index.html
 
 ### Source Code  
 Apache Kylin source code is version controlled using Git version control:
-Commits [Summary](https://git-wip-us.apache.org/repos/asf?p=incubator-kylin.git;a=summary)  
-Source Repo: [git://git.apache.org/incubator-kylin.git](git://git.apache.org/incubator-kylin.git)  
-Mirrored to Github: [https://github.com/apache/incubator-kylin](https://github.com/apache/incubator-kylin)
+Commits [Summary](https://git-wip-us.apache.org/repos/asf?p=kylin.git;a=summary)  
+Source Repo: [git://git.apache.org/kylin.git](git://git.apache.org/kylin.git)  
+Mirrored to Github: [https://github.com/apache/kylin](https://github.com/apache/kylin)
 
 ### Issue Tracking  
 Track issues on the "Kylin" Project on the Apache JIRA ([browse](http://issues.apache.org/jira/browse/KYLIN)).

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_docs/index.md
----------------------------------------------------------------------
diff --git a/website/_docs/index.md b/website/_docs/index.md
index c91054e..19b1ac0 100644
--- a/website/_docs/index.md
+++ b/website/_docs/index.md
@@ -23,7 +23,7 @@ Advanced Topics
 
 1.[How to use kylin remote jdbc driver](howto/howto_jdbc.html)
 
-2.[SQL Reference](http://calcite.incubator.apache.org/)
+2.[SQL Reference](http://calcite.apache.org/)
 
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_docs/install/index.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/install/index.cn.md b/website/_docs/install/index.cn.md
index 66ad738..ca61282 100644
--- a/website/_docs/install/index.cn.md
+++ b/website/_docs/install/index.cn.md
@@ -30,7 +30,7 @@ Except for some prerequisite software installations, the core of Kylin installat
 
 ### Install Kylin
 
-1. Download latest Kylin binaries at [http://kylin.incubator.apache.org/download](http://kylin.incubator.apache.org/download)
+1. Download latest Kylin binaries at [http://kylin.apache.org/download](http://kylin.apache.org/download)
 2. Export KYLIN_HOME pointing to the extracted Kylin folder
 3. Make sure the user has the privilege to run hadoop, hive and hbase cmd in shell. If you are not so sure, you can run **bin/check-env.sh**, it will print out the detail information if you have some environment issues.
 4. To start Kylin, simply run **bin/kylin.sh start**

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_docs/install/index.md
----------------------------------------------------------------------
diff --git a/website/_docs/install/index.md b/website/_docs/install/index.md
index e900071..1ee0af8 100644
--- a/website/_docs/install/index.md
+++ b/website/_docs/install/index.md
@@ -31,7 +31,7 @@ Except for some prerequisite software installations, the core of Kylin installat
 
 ### Install Kylin
 
-1. Download latest Kylin binaries at [http://kylin.incubator.apache.org/download](http://kylin.incubator.apache.org/download)
+1. Download latest Kylin binaries at [http://kylin.apache.org/download](http://kylin.apache.org/download)
 2. Export KYLIN_HOME pointing to the extracted Kylin folder
 3. Make sure the user has the privilege to run hadoop, hive and hbase cmd in shell. If you are not so sure, you can run **bin/check-env.sh**, it will print out the detail information if you have some environment issues.
 4. To start Kylin, simply run **bin/kylin.sh start**

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_docs/release_notes.md
----------------------------------------------------------------------
diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index 6e7ec38..8226d85 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -7,24 +7,24 @@ version: v1.1
 since: v0.7.1
 ---
 
-To download latest release, please visit: [http://kylin.incubator.apache.org/download/](http://kylin.incubator.apache.org/download/), 
+To download latest release, please visit: [http://kylin.apache.org/download/](http://kylin.apache.org/download/), 
 there are source code package, binary package, ODBC driver and installation guide avaliable.
 
 Any problem or issue, please report to Apache Kylin JIRA project: [https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN)
 
 or send to Apache Kylin mailing list:   
-* User relative: [user@kylin.incubator.apache.org](mailto:user@kylin.incubator.apache.org)
-* Development relative: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
+* User relative: [user@kylin.apache.org](mailto:user@kylin.apache.org)
+* Development relative: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
 ## v1.1.1-incubating - 2015-11-04
-_Tag:_ [kylin-1.1.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.1.1-incubating)
+_Tag:_ [kylin-1.1.1-incubating](https://github.com/apache/kylin/tree/kylin-1.1.1-incubating)
 
 __Improvement__
 
     * [KYLIN-999] - License check and cleanup for release
 
 ## v1.1-incubating - 2015-10-25
-_Tag:_ [kylin-1.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.1-incubating)
+_Tag:_ [kylin-1.1-incubating](https://github.com/apache/kylin/tree/kylin-1.1-incubating)
 
 __New Feature__
 
@@ -92,7 +92,7 @@ __Improvement__
 
 
 ## v1.0-incubating - 2015-09-06
-_Tag:_ [kylin-1.0-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating)
+_Tag:_ [kylin-1.0-incubating](https://github.com/apache/kylin/tree/kylin-1.0-incubating)
 
 __New Feature__
 
@@ -154,7 +154,7 @@ __Task__
     * [KYLIN-931] - Port KYLIN-921 to 0.8 branch
 
 ## v0.7.2-incubating - 2015-07-21
-_Tag:_ [kylin-0.7.2-incubating](https://github.com/apache/incubator-kylin/tree/kylin-0.7.2-incubating)
+_Tag:_ [kylin-0.7.2-incubating](https://github.com/apache/kylin/tree/kylin-0.7.2-incubating)
 
 __Main Changes:__  
 Critical bug fixes after v0.7.1 release, please go with this version directly for new case and upgrade to this version for existing deployment.
@@ -210,7 +210,7 @@ __Task__
     * [KYLIN-812] - Upgrade to Calcite 0.9.2
 
 ## v0.7.1-incubating (First Apache Release) - 2015-06-10  
-_Tag:_ [kylin-0.7.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-0.7.1-incubating)
+_Tag:_ [kylin-0.7.1-incubating](https://github.com/apache/kylin/tree/kylin-0.7.1-incubating)
 
 Apache Kylin v0.7.1-incubating has rolled out on June 10, 2015. This is also the first Apache release after join incubating. 
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_includes/footer.html
----------------------------------------------------------------------
diff --git a/website/_includes/footer.html b/website/_includes/footer.html
index 70d2bcb..fe51be2 100644
--- a/website/_includes/footer.html
+++ b/website/_includes/footer.html
@@ -17,32 +17,26 @@
 -->
 
 <footer id="underfooter">
-  <div class="container">
-    <div class="row">
-      <div class="col-md-12 widget" >
-        <div class="widget-body" style="text-align:center">
-          <div>
-          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-          </div>
-        <a href="http://www.apache.org">
-            <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-        </a>
-        <a href="http://incubator.apache.org/">
-            <img id="incubator-logo" alt="Apache Incubator" src="/assets/images/egg-logo.png">
-        </a>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org">
+                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
+                    </a>
 
-        <div id="copyright">
-            <p>Copyright &#169; 2014 The Apache Software Foundation, Licensed under the <a
-                    href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the
-                Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software
-                Foundation.</p>
-        </div>
+                    <div>
+                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software Foundation.
+                    </div>
+
+                </div>
+            </div>
         </div>
-      </div>
+        <!-- /row of widgets -->
+
     </div>
-    <!-- /row of widgets --> 
+    <div></div>
 
-  </div>
-  <div></div>
-  
 </footer>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_includes/head.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/head.cn.html b/website/_includes/head.cn.html
index 7da6820..cd6a26b 100644
--- a/website/_includes/head.cn.html
+++ b/website/_includes/head.cn.html
@@ -55,11 +55,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_includes/head.html
----------------------------------------------------------------------
diff --git a/website/_includes/head.html b/website/_includes/head.html
index d4a74cb..02ad310 100644
--- a/website/_includes/head.html
+++ b/website/_includes/head.html
@@ -55,11 +55,11 @@
 
   //oringal tracker for kylin.io
   ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.incubator.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
 
   ga('send', 'pageview');
-  ga('incubator.send', 'pageview');
+  ga('toplevel.send', 'pageview');
 
 
 </script>

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_includes/header.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/header.cn.html b/website/_includes/header.cn.html
index bdc49fb..4cc28b5 100644
--- a/website/_includes/header.cn.html
+++ b/website/_includes/header.cn.html
@@ -47,7 +47,7 @@
           <li><a href="/blog">博客</li>
           <li><a href="/" >English</a></li>
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>            
       </ul>
       

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_includes/header.html
----------------------------------------------------------------------
diff --git a/website/_includes/header.html b/website/_includes/header.html
index 834cd19..df6b7fa 100644
--- a/website/_includes/header.html
+++ b/website/_includes/header.html
@@ -52,7 +52,7 @@
           <li><a href="/blog">Blog</li>
           <li><a href="/cn" >中文版</a></li>  
           <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
           <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
       </ul>      
     </div><!-- /.navbar-collapse -->

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md b/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md
index c695490..f4c262a 100644
--- a/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md
+++ b/website/_posts/blog/2015-06-10-release-v0.7.1-incubating.md
@@ -8,9 +8,9 @@ categories: blog
 
 Apache Kylin v0.7.1-incubating has rolled out on June 10, 2015. This is also the first Apache release after join incubating. 
 
-To download this release, please visit: [http://kylin.incubator.apache.org/download/](http://kylin.incubator.apache.org/download/), there are source code package, binary package, ODBC driver and installation guide avaliable.
+To download this release, please visit: [http://kylin.apache.org/download/](http://kylin.apache.org/download/), there are source code package, binary package, ODBC driver and installation guide avaliable.
 
-Any problem or issue, please send to Apache Kylin mailing list: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
+Any problem or issue, please send to Apache Kylin mailing list: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
 Or, report to Apache Kylin JIRA project: [https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN)
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_posts/blog/2015-08-15-fast-cubing.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-08-15-fast-cubing.md b/website/_posts/blog/2015-08-15-fast-cubing.md
index 05a3605..5325b02 100644
--- a/website/_posts/blog/2015-08-15-fast-cubing.md
+++ b/website/_posts/blog/2015-08-15-fast-cubing.md
@@ -6,7 +6,7 @@ author: Shaofeng Shi
 categories: blog
 ---
 
-This article is the first post of a series document that introducing the fast cubing algorithm in Apache Kylin; The new algorithm will be released in the future release; Now it is under internal testing and pilot; All the source code has been published in Kylin's Git repository <https://github.com/apache/incubator-kylin/> on 0.8 branch. 
+This article is the first post of a series document that introducing the fast cubing algorithm in Apache Kylin; The new algorithm will be released in the future release; Now it is under internal testing and pilot; All the source code has been published in Kylin's Git repository <https://github.com/apache/kylin/> on 0.8 branch. 
 
 
 ## By Layer Cubing Algorithm
@@ -116,4 +116,4 @@ Here let's do a summary on the fast cubing algorithm;
 
 ## Other Enhancements in Fast Cubing
 
-Together with the fast cubing algorithm, we also introduced several other enhancements in the cube build flow, like estimating the region splits by sampling, directly outputting HFile, and merging Cube over HBase Table, etc; I'd like to elaborate in the next articles, please keep posted here; If you have interest on Apache Kylin, welcome to visit our home page <http://kylin.incubator.apache.org/> and subscribe our development mailing list at <de...@kylin.incubator.apache.org>
\ No newline at end of file
+Together with the fast cubing algorithm, we also introduced several other enhancements in the cube build flow, like estimating the region splits by sampling, directly outputting HFile, and merging Cube over HBase Table, etc; I'd like to elaborate in the next articles, please keep posted here; If you have interest on Apache Kylin, welcome to visit our home page <http://kylin.apache.org/> and subscribe our development mailing list at <de...@kylin.apache.org>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-09-06-release-v1.0-incubating.md b/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
index cd13cc6..02025f8 100644
--- a/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
+++ b/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
@@ -8,7 +8,7 @@ categories: blog
 
 The Apache Kylin team is pleased to announce the release of Apache Kylin v1.0 (incubating). Apache Kylin is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.
 
-To download Apache Kylin v1.0 (incubating) visit the [download](http://kylin.incubator.apache.org/download) page.
+To download Apache Kylin v1.0 (incubating) visit the [download](http://kylin.apache.org/download) page.
 
 This is a major release which brings more stable, robust and well management version, Apache Kylin team resolved about 47 issues including bug fixes, improvements, and few new features.
 
@@ -39,6 +39,6 @@ __Zeppelin Integration__
 __Upgrade__
 
 We recommend to upgrade to this version from v0.7.x or even more early version for better performance, stablility and clear one (most of the intermediate files will be cleaned up automatically). Also to keep up to date with community with latest features and supports.
-Any issue or question during upgrade, please send to Apache Kylin dev mailing list: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
+Any issue or question during upgrade, please send to Apache Kylin dev mailing list: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
 _Great thanks to everyone who contributed!_
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md b/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md
index 10ee46a..c41523a 100644
--- a/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md
+++ b/website/_posts/blog/2015-09-09-fast-cubing-on-spark.md
@@ -28,7 +28,7 @@ The hadoop conf should also be in the SPARK_HOME/conf
 
 Spark as a computation framework has provided much richer operators than map-reduce. And some of them are quite suitable for the cubing algorithm, for instance **aggregate**.
 
-As the [Fast cubing algorithm](http://kylin.incubator.apache.org/blog/2015/08/15/fast-cubing/ "Fast Cubing Algorithm in Apache Kylin"), it contains several steps:
+As the [Fast cubing algorithm](http://kylin.apache.org/blog/2015/08/15/fast-cubing/ "Fast Cubing Algorithm in Apache Kylin"), it contains several steps:
 
 1. build dictionary
 2. calculate region split for hbase

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md b/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md
index 7d994cc..3f799fb 100644
--- a/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md
+++ b/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md
@@ -11,7 +11,7 @@ Apache Kylin社区非常高兴宣布Apache Kylin v1.1 (incubating)正式发布.
 Apache Kylin一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
 
 下载Apache Kylin v1.1 (incubating) 源代码及二进制安装包, 
-请访问[下载](http://kylin.incubator.apache.org/cn/download/)页面.
+请访问[下载](http://kylin.apache.org/cn/download/)页面.
 
 这是一个主要的版本发布带来了更稳定,健壮及更好管理的版本,Apache Kylin社区解决了56个issue,包括Bug修复,功能增强及一些新特性等。
 
@@ -48,6 +48,6 @@ __支持__
 升级和使用过程中有任何问题,请: 
 提交至Kylin的JIRA: [https://issues.apache.org/jira/browse/KYLIN/](https://issues.apache.org/jira/browse/KYLIN/)  
 或者  
-发送邮件到Apache Kylin邮件列表: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)  
+发送邮件到Apache Kylin邮件列表: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)  
 
 _感谢各位的贡献!_
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-10-25-release-v1.1-incubating.md b/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
index 409289a..2468f42 100644
--- a/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
+++ b/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
@@ -11,7 +11,7 @@ The Apache Kylin community is pleased to announce the release of Apache Kylin v1
 Apache Kylin is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets, original contributed from eBay Inc.
 
 To download Apache Kylin v1.1 (incubating) source code or binary package: 
-please visit the [download](http://kylin.incubator.apache.org/download) page.
+please visit the [download](http://kylin.apache.org/download) page.
 
 This is a major release which brings more stable, robust and well management version, Apache Kylin community resolved about 56 issues including bug fixes, improvements, and few new features.
 
@@ -48,6 +48,6 @@ __Support__
 Any issue or question during upgrade, please 
 open JIRA to Kylin project: [https://issues.apache.org/jira/browse/KYLIN/](https://issues.apache.org/jira/browse/KYLIN/)  
 or  
-send mail to Apache Kylin dev mailing list: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)  
+send mail to Apache Kylin dev mailing list: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)  
 
 _Great thanks to everyone who contributed!_
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/community/index.md
----------------------------------------------------------------------
diff --git a/website/community/index.md b/website/community/index.md
index 02a692b..7d7d230 100644
--- a/website/community/index.md
+++ b/website/community/index.md
@@ -14,10 +14,10 @@ These are the mailing lists that have been established for this project. For eac
 
 | Name  | Subscribe | Unsubscribe | Post | Archive |
 |------ |-----------|-------------|------|---------|
-| User Mailing List | [Subscribe](mailto:user-subscribe@kylin.incubator.apache.org) | [Unsubscribe](mailto:user-unsubscribe@kylin.incubator.apache.org) | [Post](mailto:user@kylin.incubator.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-user/) |
-| Developers Mailing List | [Subscribe](mailto:dev-subscribe@kylin.incubator.apache.org) | [Unsubscribe](mailto:dev-unsubscribe@kylin.incubator.apache.org) | [Post](mailto:dev@kylin.incubator.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-dev/) |
-| Issues Mailing List | [Subscribe](mailto:issues-subscribe@kylin.incubator.apache.org) | [Unsubscribe](mailto:issues-unsubscribe@kylin.incubator.apache.org) | N/A | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-issues/) |
-| Commits Mailing List | [Subscribe](mailto:commits-subscribe@kylin.incubator.apache.org) | [Unsubscribe](mailto:commits-unsubscribe@kylin.incubator.apache.org) | N/A | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-commits/) |
+| User Mailing List | [Subscribe](mailto:user-subscribe@kylin.apache.org) | [Unsubscribe](mailto:user-unsubscribe@kylin.apache.org) | [Post](mailto:user@kylin.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-user/) |
+| Developers Mailing List | [Subscribe](mailto:dev-subscribe@kylin.apache.org) | [Unsubscribe](mailto:dev-unsubscribe@kylin.apache.org) | [Post](mailto:dev@kylin.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-dev/) |
+| Issues Mailing List | [Subscribe](mailto:issues-subscribe@kylin.apache.org) | [Unsubscribe](mailto:issues-unsubscribe@kylin.apache.org) | N/A | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-issues/) |
+| Commits Mailing List | [Subscribe](mailto:commits-subscribe@kylin.apache.org) | [Unsubscribe](mailto:commits-unsubscribe@kylin.apache.org) | N/A | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/kylin-commits/) |
 
 ### Mailing List Archives
 For convenience, there's a forum style mailing list archives which not part of offical Apache archives:
@@ -38,7 +38,7 @@ A successful project requires many people to play many roles. Some members write
 {% endfor %}
 
 ### Contributors
-Contributors has commited code could be found [here](https://github.com/apache/incubator-kylin/graphs/contributors).
+Contributors has commited code could be found [here](https://github.com/apache/kylin/graphs/contributors).
 __Other contributors__
 
 | Name  | Github    |   |

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/community/poweredby.md
----------------------------------------------------------------------
diff --git a/website/community/poweredby.md b/website/community/poweredby.md
index 42210a9..10d1b93 100644
--- a/website/community/poweredby.md
+++ b/website/community/poweredby.md
@@ -7,7 +7,7 @@ permalink: /community/poweredby.html
 ## Powered By Apache Kylin
 
 __How to be listed here?__
-Send a quick description of your organization and usage to the [mailing list](mailto:user@kylin.incubator.apache.org) or to [@apachekylin](https://twitter.com/apachekylin) or [@lukehq](https://twitter.com/lukehq) on twitter and we'll add you.
+Send a quick description of your organization and usage to the [mailing list](mailto:user@kylin.apache.org) or to [@apachekylin](https://twitter.com/apachekylin) or [@lukehq](https://twitter.com/lukehq) on twitter and we'll add you.
 
 __Companies & Organizations__
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/download/index.cn.md
----------------------------------------------------------------------
diff --git a/website/download/index.cn.md b/website/download/index.cn.md
index 8eb8dbb..81afb2e 100644
--- a/website/download/index.cn.md
+++ b/website/download/index.cn.md
@@ -6,35 +6,36 @@ title: 下载
 __最新发布(源代码)__  
 最新发布的Apache Kylin可以从ASF网站下载::
 
-* [Apache Kylin v1.1.1-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.1.1-incubating/)
-* [发布日志](http://kylin.incubator.apache.org/docs/release_notes.html)
-* Git 标签: [kylin-1.1.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.1.1-incubating)
-* Git Commit: [6a9499b4d0fabb54211a8a536c2e18d3fe8b4a5d](https://github.com/apache/incubator-kylin/commit/6a9499b4d0fabb54211a8a536c2e18d3fe8b4a5d)
+* [Apache Kylin v1.1.1-incubating](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.1.1-incubating/)
+* [发布日志](http://kylin.apache.org/docs/release_notes.html)
+* Git 标签: [kylin-1.1.1-incubating](https://github.com/apache/kylin/tree/kylin-1.1.1-incubating)
+* Git Commit: [6a9499b4d0fabb54211a8a536c2e18d3fe8b4a5d](https://github.com/apache/kylin/commit/6a9499b4d0fabb54211a8a536c2e18d3fe8b4a5d)
 
 __二进制包 for HBase 0.98/0.99__
 为方便使用,我们提供预打包的二进制安装包:
 
-  * [apache-kylin-1.1.1-incubating-bin.tar.gz](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.1.1-incubating/apache-kylin-1.1.1-incubating-bin.tar.gz)
-  * [安装帮助](http://kylin.incubator.apache.org/docs/install)
+  * [apache-kylin-1.1.1-incubating-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.1.1-incubating/apache-kylin-1.1.1-incubating-bin.tar.gz)
+  * [安装帮助](http://kylin.apache.org/docs/install)
 
 __二进制包 for HBase 1.1.3及更高版本__
 越来越多的用户开始部署使用HBase 1.1或更高版本,我们提供一个在HBase 1.1上编译的Kylin快照二进制包;
 请注意此安装包需要HBase 1.1.3或更高版本,之前版本中有一个已知的关于fuzzy key过滤器的缺陷,会导致Kylin查询结果缺少记录: [HBASE-14269](https://issues.apache.org/jira/browse/HBASE-14269)
 此外请注意,这不是一个正式的发布版,没有经过完整的测试。
 
-  * [apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-1.2-incubating-snapshot/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz)
-  * Git commit [3623dd6ff93d76141bb6a5fb623a3421ae78ca93](https://github.com/apache/incubator-kylin/commit/3623dd6ff93d76141bb6a5fb623a3421ae78ca93)
+  * [apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-1.2-incubating-snapshot/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz)
+  * Git commit [3623dd6ff93d76141bb6a5fb623a3421ae78ca93](https://github.com/apache/kylin/commit/3623dd6ff93d76141bb6a5fb623a3421ae78ca93)
 
 对于HBase 1.0用户,建议您升级到1.1.3或降级到0.98/0.99.
 
 __构建二进制包__
-可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇[帮助文档](https://kylin.incubator.apache.org/development/howto_package.html)
+可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇[帮助文档](https://kylin.apache.org/development/howto_package.html)
 
 __以前的版本__
-Apache Kylin的旧版本可以从[归档](https://dist.apache.org/repos/dist/release/incubator/kylin/)中下载。
+Apache Kylin的旧版本可以从[归档](https://dist.apache.org/repos/dist/release/kylin/)中下载。
 
 __ODBC 驱动__  
 Kylin ODBC 驱动要求首先安装[Microsoft Visual C++ 2012 Redistributable]()。 
 Kylin ODBC 驱动可以从这里下载:
 
-  * [Kylin ODBC 驱动](http://kylin.incubator.apache.org/download/KylinODBCDriver.zip)
\ No newline at end of file
+  * [Kylin ODBC 驱动](http://kylin.apache.org/download/KylinODBCDriver.zip)
+  * [Kylin ODBC 驱动](http://kylin.apache.org/download/KylinODBCDriver.zip)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/316bc048/website/download/index.md
----------------------------------------------------------------------
diff --git a/website/download/index.md b/website/download/index.md
index 01b4444..e834ccf 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -7,16 +7,16 @@ permalink: /download/index.html
 __Latest Release(Source Code)__  
 The latest release of Apache Kylin can be downloaded from the ASF:
 
-* [Apache Kylin v1.1.1-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.1.1-incubating/)
-* [Release Notes](http://kylin.incubator.apache.org/docs/release_notes.html)
-* Git Tag: [kylin-1.1.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.1.1-incubating)
-* Git Commit: [6a9499b4d0fabb54211a8a536c2e18d3fe8b4a5d](https://github.com/apache/incubator-kylin/commit/6a9499b4d0fabb54211a8a536c2e18d3fe8b4a5d)
+* [Apache Kylin v1.1.1-incubating](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.1.1-incubating/)
+* [Release Notes](http://kylin.apache.org/docs/release_notes.html)
+* Git Tag: [kylin-1.1.1-incubating](https://github.com/apache/kylin/tree/kylin-1.1.1-incubating)
+* Git Commit: [6a9499b4d0fabb54211a8a536c2e18d3fe8b4a5d](https://github.com/apache/kylin/commit/6a9499b4d0fabb54211a8a536c2e18d3fe8b4a5d)
 
 __Binary Package (for running on HBase 0.98/0.99)__
 For convenience, there’s binary package also available: 
 
-* [apache-kylin-1.1.1-incubating-bin.tar.gz](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.1.1-incubating/apache-kylin-1.1.1-incubating-bin.tar.gz)
-* [Installation Guide](http://kylin.incubator.apache.org/docs/install)
+* [apache-kylin-1.1.1-incubating-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.1.1-incubating/apache-kylin-1.1.1-incubating-bin.tar.gz)
+* [Installation Guide](http://kylin.apache.org/docs/install)
 
 __Binary Package (for running on HBase 1.1.3 or above)__
 As there are more and more HBase 1.1 deployments, an binary snapshot build for HBase 1.1.3+ is provided; 
@@ -24,21 +24,21 @@ Note the requirement of HBase version 1.1.3 (or above). There is a known bug in
 missing rows or lesser aggregations in Kylin query result: [HBASE-14269](https://issues.apache.org/jira/browse/HBASE-14269)
 Also, please aware this is not a formal release, and it is not fully tested:
 
-* [apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-1.2-incubating-snapshot/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz)
-* Git commit [3623dd6ff93d76141bb6a5fb623a3421ae78ca93](https://github.com/apache/incubator-kylin/commit/3623dd6ff93d76141bb6a5fb623a3421ae78ca93) 
+* [apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-1.2-incubating-snapshot/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz)
+* Git commit [3623dd6ff93d76141bb6a5fb623a3421ae78ca93](https://github.com/apache/kylin/commit/3623dd6ff93d76141bb6a5fb623a3421ae78ca93) 
 
 If you're using HBase 1.0, we suggest you to upgrade to 1.1.3+ or downgrade to 0.98/0.99.
 
 __Build Binary Package__
-To build binary package from any version even latest development branch, please refer to this [guide](https://kylin.incubator.apache.org/development/howto_package.html)
+To build binary package from any version even latest development branch, please refer to this [guide](https://kylin.apache.org/development/howto_package.html)
 
 __Previous Release__  
- Older releases may be found in the [archives](https://dist.apache.org/repos/dist/release/incubator/kylin/).
+ Older releases may be found in the [archives](https://dist.apache.org/repos/dist/release/kylin/).
     
 __ODBC Driver__  
 Kylin ODBC driver requires [Microsoft Visual C++ 2012 Redistributable](http://www.microsoft.com/en-us/download/details.aspx?id=30679) installed first. 
 And Kylin ODBC Driver could be downloaded here: 
 
-* [Kylin ODBC Driver](http://kylin.incubator.apache.org/download/KylinODBCDriver.zip)
+* [Kylin ODBC Driver](http://kylin.apache.org/download/KylinODBCDriver.zip)