docs: fix Markdown links (#3534)

This commit is contained in:
John Bampton 2021-02-06 15:28:47 +10:00 committed by GitHub
parent 726407b4d0
commit c31050fe43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 接口服务

View File

@ -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: