From 9ea573fc0ad2b04dec4cdf5366d38155ba64d07e Mon Sep 17 00:00:00 2001 From: Lien Date: Sun, 19 Jan 2020 11:00:17 +0800 Subject: [PATCH 1/4] doc: getting-started.md check URI: should be `/get` --- doc/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 3c78e5b37fc0..6811a939f3b4 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -33,12 +33,12 @@ Let's deconstruct the above URL. - Scheme: HTTPS - Host/Address: httpbin.org - Port: 443 -- URI: get +- URI: /get - Query Parameters: foo1, foo2 ## Prerequisites -- The guide uses docker and docker-compose to setup APISIX. But if you have already installed APISIX via other methods, then you can skip to step 2. +- This guide use docker and docker-compose to setup APISIX. But if you have already installed APISIX in other ways, you can just skip to step 2. - Curl: The guide uses curl command for API testing, but you can also use any other tool of your choice (Eg- Postman). ## Step 1: Install APISIX From 7995a078242215886bbdbdc065fa26b47db5d047 Mon Sep 17 00:00:00 2001 From: liling Date: Sun, 19 Jan 2020 18:17:46 +0800 Subject: [PATCH 2/4] add link to step 2 --- doc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 6811a939f3b4..44a437db46f3 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -38,7 +38,7 @@ Let's deconstruct the above URL. ## Prerequisites -- This guide use docker and docker-compose to setup APISIX. But if you have already installed APISIX in other ways, you can just skip to step 2. +- This guide use docker and docker-compose to setup APISIX. But if you have already installed APISIX in other ways, you can just skip to [step 2](getting-started.md#"step-2-create-a-route-in-apisix"). - Curl: The guide uses curl command for API testing, but you can also use any other tool of your choice (Eg- Postman). ## Step 1: Install APISIX From d0dcdb3bed8a4d74d862a37ed8cf9e2b0b0fa579 Mon Sep 17 00:00:00 2001 From: liling Date: Sun, 19 Jan 2020 18:21:50 +0800 Subject: [PATCH 3/4] add link to step 3 --- doc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 44a437db46f3..fa42e89d6a1d 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -38,7 +38,7 @@ Let's deconstruct the above URL. ## Prerequisites -- This guide use docker and docker-compose to setup APISIX. But if you have already installed APISIX in other ways, you can just skip to [step 2](getting-started.md#"step-2-create-a-route-in-apisix"). +- This guide use docker and docker-compose to setup APISIX. But if you have already installed APISIX in other ways, you can just skip to [step 2](getting-started.md#step-2-create-a-route-in-apisix). - Curl: The guide uses curl command for API testing, but you can also use any other tool of your choice (Eg- Postman). ## Step 1: Install APISIX From 0b7010b82eca2c6adeaec8a3fd170f9a32493cf4 Mon Sep 17 00:00:00 2001 From: liling Date: Sun, 19 Jan 2020 18:26:23 +0800 Subject: [PATCH 4/4] fix typo --- doc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index fa42e89d6a1d..9d2f1564d14a 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -38,7 +38,7 @@ Let's deconstruct the above URL. ## Prerequisites -- This guide use docker and docker-compose to setup APISIX. But if you have already installed APISIX in other ways, you can just skip to [step 2](getting-started.md#step-2-create-a-route-in-apisix). +- This guide uses docker and docker-compose to setup APISIX. But if you have already installed APISIX in other ways, you can just skip to [step 2](getting-started.md#step-2-create-a-route-in-apisix). - Curl: The guide uses curl command for API testing, but you can also use any other tool of your choice (Eg- Postman). ## Step 1: Install APISIX