You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/10/28 06:04:07 UTC

incubator-kylin git commit: website: fix broken link to “how to build binary page” in download page

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging df7e0a632 -> 060e45d31


website: fix broken link to “how to build binary page” in download page


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

Branch: refs/heads/1.x-staging
Commit: 060e45d316104c07e170b12a6d94985921044c8b
Parents: df7e0a6
Author: shaofengshi <sh...@apache.org>
Authored: Tue Oct 27 16:12:54 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Oct 28 13:03:59 2015 +0800

----------------------------------------------------------------------
 website/_dev/howto_package.md | 10 ++++++----
 website/download/index.cn.md  |  4 ++--
 website/download/index.md     |  4 ++--
 3 files changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/060e45d3/website/_dev/howto_package.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_package.md b/website/_dev/howto_package.md
index acc0de2..727ec99 100644
--- a/website/_dev/howto_package.md
+++ b/website/_dev/howto_package.md
@@ -5,9 +5,11 @@ categories: development
 permalink: /development/howto_package.html
 ---
 
-###Generate Binary Package
->     git clone https://github.com/apache/incubator-kylin kylin
->     cd kylin
->     ./script/package.sh
+### Generate Binary Package
+{% highlight bash %}
+git clone https://github.com/apache/incubator-kylin kylin
+cd kylin
+./script/package.sh
+{% endhighlight %}
 
 In order to generate binary package, **maven** and **npm** are pre-requisites.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/060e45d3/website/download/index.cn.md
----------------------------------------------------------------------
diff --git a/website/download/index.cn.md b/website/download/index.cn.md
index e5b08f0..1c3acf5 100644
--- a/website/download/index.cn.md
+++ b/website/download/index.cn.md
@@ -20,13 +20,13 @@ __二进制包 for HBase 0.98/0.99__
 __二进制包 for HBase 1.1__
 越来越多的用户开始部署使用HBase 1.1或更高版本,我们提供一个在HBase 1.1上编译的Kylin快照二进制包;请注意,这不是一个正式的发布版,没有经过完整的测试。
 
-  * [apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.2-incubating/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz)
+  * [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)
 
 对于HBase 1.0用户,建议您升级到1.1或降级到0.98/0.99.
 
 __构建二进制包__
-可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇[帮助文档](http://kylin.incubator.apache.org/docs/howto/howto_package.html)
+可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇[帮助文档](https://kylin.incubator.apache.org/development/howto_package.html)
 
 __以前的版本__
 Apache Kylin的旧版本可以从[归档](https://dist.apache.org/repos/dist/release/incubator/kylin/)中下载。

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/060e45d3/website/download/index.md
----------------------------------------------------------------------
diff --git a/website/download/index.md b/website/download/index.md
index e2c20b5..03cef7a 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -21,13 +21,13 @@ For convenience, there’s binary package also available:
 __Binary Package (for running on HBase 1.1)__
 As there are more and more HBase 1.1 deployments, an binary snapshot build for HBase 1.1 is provided; Please note 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/release/incubator/kylin/apache-kylin-1.2-incubating/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz)
+* [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) 
 
 If you're using HBase 1.0, we suggest you to upgrade to 1.1 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](http://kylin.incubator.apache.org/docs/howto/howto_package.html)
+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)
 
 __Previous Release__  
  Older releases may be found in the [archives](https://dist.apache.org/repos/dist/release/incubator/kylin/).