This is an automated email from the ASF dual-hosted git repository.
tokers 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 c31050f docs: fix Markdown links (#3534)
c31050f is described below
commit c31050fe43ab472d445442510732c0c531203ef2
Author: John Bampton <[email protected]>
AuthorDate: Sat Feb 6 15:28:47 2021 +1000
docs: fix Markdown links (#3534)
---
doc/zh-cn/getting-started.md | 2 +-
doc/zh-cn/plugin-develop.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/zh-cn/getting-started.md b/doc/zh-cn/getting-started.md
index e9d13ce..c22f4ad 100644
--- a/doc/zh-cn/getting-started.md
+++ b/doc/zh-cn/getting-started.md
@@ -43,7 +43,7 @@ $ curl --location --request GET
"https://httpbin.org/get?foo1=bar1&foo2=bar2"
## 第一步: 安装 APISIX
-Apache APISIX
可以多种操作环境中安装。[如何安装文档](how-to-build.md#installation-via-source-release)
显示了多个平台中的安装步骤。
+Apache APISIX 可以多种操作环境中安装。[如何安装文档](how-to-build.md#通过源码包安装) 显示了多个平台中的安装步骤。
为了快速入门,让我们基于 docker 容器的安装方式进行安装。启动 Apache APISIX
服务,我们可以参照这个镜像文件[repository](https://github.com/apache/apisix-docker) 并切换到
example 文件夹下执行如下命令。
如下命令会启动 Apache APISIX 服务并默认在 9080 端口( https 请求是 9443 端口) 提供 admin API 接口服务
diff --git a/doc/zh-cn/plugin-develop.md b/doc/zh-cn/plugin-develop.md
index b8246f6..9c66a6e 100644
--- a/doc/zh-cn/plugin-develop.md
+++ b/doc/zh-cn/plugin-develop.md
@@ -304,7 +304,7 @@ end
### 注册控制接口
-如果你只想暴露 API 到 localhost 或内网,你可以通过 [Control API](./control-api.md) 来暴露它。
+如果你只想暴露 API 到 localhost 或内网,你可以通过 [Control API](../control-api.md) 来暴露它。
Take a look at example-plugin plugin: