You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/02/06 03:34:04 UTC

[incubator-apisix] branch master updated: doc: updated the download link of rpm. (#1108)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a9f05e5  doc: updated the download link of rpm. (#1108)
a9f05e5 is described below

commit a9f05e531b7fccf9093639f838bf23e3a34d41d8
Author: WenMing <mo...@gmail.com>
AuthorDate: Thu Feb 6 11:33:56 2020 +0800

    doc: updated the download link of rpm. (#1108)
---
 doc/how-to-build-cn.md | 2 +-
 doc/how-to-build.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/how-to-build-cn.md b/doc/how-to-build-cn.md
index 7ed6b51..b630286 100644
--- a/doc/how-to-build-cn.md
+++ b/doc/how-to-build-cn.md
@@ -45,7 +45,7 @@ make deps
 ### 通过 RPM 包安装(CentOS 7)
 
 ```shell
-sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v1.0/apisix-1.0-0.el7.noarch.rpm
+sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/1.0/apisix-1.0-0.el7.noarch.rpm
 ```
 
 ### 通过 Luarocks 安装 (不支持 macOS)
diff --git a/doc/how-to-build.md b/doc/how-to-build.md
index 82c1b89..4675629 100644
--- a/doc/how-to-build.md
+++ b/doc/how-to-build.md
@@ -46,7 +46,7 @@ make deps
 ### Installation via RPM package (CentOS 7)
 
 ```shell
-sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v1.0/apisix-1.0-0.el7.noarch.rpm
+sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/1.0/apisix-1.0-0.el7.noarch.rpm
 ```
 
 ### Installation via Luarocks (macOS not supported)