You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/10/27 05:51:19 UTC

[apisix] branch master updated: doc: fixed download links. (#2528)

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

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new ba324fe  doc: fixed download links. (#2528)
ba324fe is described below

commit ba324fe7f4ce5bc5cf55dfb1500648ef6b93013a
Author: Wen Ming <mo...@gmail.com>
AuthorDate: Tue Oct 27 13:51:01 2020 +0800

    doc: fixed download links. (#2528)
---
 README.md    | 4 ++--
 README_CN.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 9e66351..be741b7 100644
--- a/README.md
+++ b/README.md
@@ -129,8 +129,8 @@ There are several ways to install the Apache Release version of APISIX:
     - Installation runtime dependencies: OpenResty and etcd, and compilation dependencies: luarocks. Refer to [install dependencies documentation](doc/install-dependencies.md)
     - Download the latest source code release package:
         ```shell
-        wget http://www.apache.org/dist/apisix/2.0/apache-apisix-2.0-src.tar.gz
-        tar zxvf apache-apisix-2.0-src.tar.gz
+        wget https://downloads.apache.org/apisix/2.0/apache-apisix-2.0-src.tgz
+        tar zxvf apache-apisix-2.0-src.tgz
         ```
     - Install the dependencies:
         ```shell
diff --git a/README_CN.md b/README_CN.md
index f27e320..ee32bd9 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -128,8 +128,8 @@ CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10, macOS, **ARM64** Ubun
     - 安装运行时依赖:OpenResty 和 etcd,以及编译的依赖:luarocks。参考[依赖安装文档](doc/zh-cn/install-dependencies.md)
     - 下载最新的源码发布包:
         ```shell
-        wget http://www.apache.org/dist/apisix/2.0/apache-apisix-2.0-src.tar.gz
-        tar zxvf apache-apisix-2.0-src.tar.gz
+        wget http://www.apache.org/dist/apisix/2.0/apache-apisix-2.0-src.tgz
+        tar zxvf apache-apisix-2.0-src.tgz
         ```
     - 安装运行时依赖的 Lua 库:
         ```shell