From 13510dc7b80d6191671d9a927aa6bef4e65c9831 Mon Sep 17 00:00:00 2001 From: yzeng25 Date: Mon, 12 Jul 2021 15:13:36 +0800 Subject: [PATCH] docs: fix spacing and in-page jumping failure --- docs/zh/latest/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/latest/getting-started.md b/docs/zh/latest/getting-started.md index 150e014e9e005..0d2cde8147170 100644 --- a/docs/zh/latest/getting-started.md +++ b/docs/zh/latest/getting-started.md @@ -25,7 +25,7 @@ title: 快速入门指南 本文是 Apache APISIX 的快速入门指南。快速入门分为三个步骤: -1. 通过[Docker Compose](https://docs.docker.com/compose/) 安装 Apache APISIX。 +1. 通过 [Docker Compose](https://docs.docker.com/compose/) 安装 Apache APISIX。 1. 创建路由并绑定上游。 1. 使用命令行语句 `curl` 验证绑定之后返回的结果是否符合预期。 @@ -75,7 +75,7 @@ curl --location --request GET "http://httpbin.org/get?foo1=bar1&foo2=bar2" - 本文使用 [curl](https://curl.se/docs/manpage.html) 命令行进行 API 测试。您也可以使用其他工具例如 [Postman](https://www.postman.com/)等,进行测试。 :::note 说明 -如果您已经安装了 Apache APISIX,请直接阅读 [第二步](getting-started.md#第二步-创建一个-Route) +如果您已经安装了 Apache APISIX,请直接阅读 [第二步](getting-started.md#第二步:创建路由) ::: ## 第一步:安装 Apache APISIX