You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2020/07/17 03:37:38 UTC

[incubator-apisix] branch v1.4.1 updated: fix: remove `incubating` in download url in docs.

This is an automated email from the ASF dual-hosted git repository.

chenjunxu pushed a commit to branch v1.4.1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/v1.4.1 by this push:
     new cd661a7  fix: remove  `incubating` in download url in docs.
cd661a7 is described below

commit cd661a71c5c57b22cb1e9ad7ccc70598bf8ff89b
Author: nic-chen <jo...@163.com>
AuthorDate: Fri Jul 17 11:37:16 2020 +0800

    fix: remove  `incubating` in download url in docs.
---
 doc/how-to-build.md       | 2 +-
 doc/zh-cn/how-to-build.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/how-to-build.md b/doc/how-to-build.md
index 87570ea..157baa3 100644
--- a/doc/how-to-build.md
+++ b/doc/how-to-build.md
@@ -34,7 +34,7 @@ You can install Apache APISIX in a variety of ways, including source code packag
 You need to download the Apache source release first:
 
 ```shell
-wget http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
+wget http://www.apache.org/dist/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
 tar zxvf apache-apisix-1.4.1-src.tar.gz
 ```
 
diff --git a/doc/zh-cn/how-to-build.md b/doc/zh-cn/how-to-build.md
index 8d1a66d..56a1c18 100644
--- a/doc/zh-cn/how-to-build.md
+++ b/doc/zh-cn/how-to-build.md
@@ -34,7 +34,7 @@ Apache APISIX 的运行环境需要 Nginx 和 etcd,
 你需要先下载 Apache Release 源码包:
 
 ```shell
-wget http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
+wget http://www.apache.org/dist/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
 tar zxvf apache-apisix-1.4.1-src.tar.gz
 ```