avinal commented on a change in pull request #6389:
URL: https://github.com/apache/apisix/pull/6389#discussion_r811577744



##########
File path: docs/en/latest/getting-started.md
##########
@@ -130,15 +138,13 @@ The following data is returned to indicate that Apache 
APISIX was successfully s
 
 ## Step 2: Create a Route
 
-Now we have a running instance of Apache APISIX! Next, let's create a Route.
-
-### How it works
+[Routes](./architecture-design/route.md) matches to clients requests based on 
defined rules, loads and executes the corresponding plugins, and forwards the 
request to the specified upstream.

Review comment:
       ```suggestion
   [Routes](./architecture-design/route.md) matches the client's requests based 
on defined rules, loads and executes the corresponding plugins, and forwards 
the request to the specified upstream.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to