You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/01/20 01:58:23 UTC

[incubator-apisix] branch master updated: doc: getting-started.md check (#1084)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 13534cd  doc: getting-started.md check (#1084)
13534cd is described below

commit 13534cdbda6a135f49256424a3db9ec58673543f
Author: Lien <li...@gmail.com>
AuthorDate: Mon Jan 20 09:58:13 2020 +0800

    doc: getting-started.md check (#1084)
---
 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 3c78e5b..9d2f156 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 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