This is an automated email from the ASF dual-hosted git repository. lide pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 7dafbb1 Correct link issues in downloads page 7dafbb1 is described below commit 7dafbb12541dbc6cf6b09068209655d81e5484b5 Author: lide <l...@baidu.com> AuthorDate: Thu Feb 21 17:23:01 2019 +0800 Correct link issues in downloads page --- pages/downloads.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/downloads.md b/pages/downloads.md index d2ffc05..7aa3e53 100644 --- a/pages/downloads.md +++ b/pages/downloads.md @@ -20,9 +20,9 @@ limitations under the License.--> ### Download -Source Package: [**apache-doris-0.9.0-incubating-src.tar.gz**](http://www.apache.org/dyn/closer.cgi/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz) ([SHA-512](http://archive.apache.org/dist/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.sha512), [PGP ASC](http://archive.apache.org/dist/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.asc)) +Source Package: [**apache-doris-0.9.0-incubating-src.tar.gz**](http://www.apache.org/dyn/closer.cgi/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz) ([SHA-512](https://dist.apache.org/repos/dist/release/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.sha512), [PGP ASC](https://dist.apache.org/repos/dist/release/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz.asc)) -Officially, it is important that you verify the integrity of the downloaded files using the PGP signatures (.asc file) or a hash (.sha512 files). The PGP keys used to sign this release are available [**here**](http://archive.apache.org/dist/incubator/doris/KEYS). +Officially, it is important that you verify the integrity of the downloaded files using the PGP signatures (.asc file) or a hash (.sha512 files). The PGP keys used to sign this release are available [**here**](https://dist.apache.org/repos/dist/release/incubator/doris/KEYS). ### Building from source in Docker Image @@ -48,7 +48,7 @@ Now you should in docker environment, and you can download Doris source package, (If you have downloaded source and it is not in image, you can map its path to image in Step2.) ``` -$ wget http://mirror.bit.edu.cn/apache/incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz +$ wget --trust-server-names "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=incubator/doris/0.9.0-incubating/apache-doris-0.9.0-incubating-src.tar.gz" ``` Step4: Build Doris --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org