Skip to content

Commit

Permalink
fix: remove incubating in download url in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
johzchen committed Jul 17, 2020
1 parent 5b9455d commit cd661a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion doc/zh-cn/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit cd661a7

Please sign in to comment.