mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 21:17:36 +08:00
docs: fix Markdown links (#3534)
This commit is contained in:
parent
726407b4d0
commit
c31050fe43
@ -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 接口服务
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user