Skip to content

Commit cd661a7

Browse files
committed
fix: remove incubating in download url in docs.
1 parent 5b9455d commit cd661a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/how-to-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can install Apache APISIX in a variety of ways, including source code packag
3434
You need to download the Apache source release first:
3535

3636
```shell
37-
wget http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
37+
wget http://www.apache.org/dist/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
3838
tar zxvf apache-apisix-1.4.1-src.tar.gz
3939
```
4040

doc/zh-cn/how-to-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Apache APISIX 的运行环境需要 Nginx 和 etcd,
3434
你需要先下载 Apache Release 源码包:
3535

3636
```shell
37-
wget http://www.apache.org/dist/incubator/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
37+
wget http://www.apache.org/dist/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz
3838
tar zxvf apache-apisix-1.4.1-src.tar.gz
3939
```
4040

0 commit comments

Comments
 (0)