Gallardot commented on code in PR #9479: URL: https://github.com/apache/apisix/pull/9479#discussion_r1193251765
########## docs/en/latest/getting-started/configure-routes.md: ########## @@ -28,7 +28,7 @@ An upstream is a set of target nodes with the same work. It defines a virtual ho ## Prerequisite(s) -1. Complete [Get APISIX](./) to install APISIX. +1. Complete [Get APISIX](./README.md) to install APISIX. Review Comment: ```suggestion 1. Complete [Get APISIX](../README) to install APISIX. ``` ########## docs/en/latest/getting-started/load-balancing.md: ########## @@ -17,8 +17,8 @@ In this tutorial, you will create a route with two upstream services and enable ## Prerequisite(s) -1. Complete [Get APISIX](./) to install APISIX. -2. Understand APISIX [Route and Upstream](./configure-routes#whats-a-route). +1. Complete [Get APISIX](./README.md) to install APISIX. Review Comment: ```suggestion 1. Complete [Get APISIX](../README) to install APISIX. ``` ########## docs/en/latest/getting-started/key-authentication.md: ########## @@ -48,8 +48,8 @@ Key authentication is a relatively simple but widely used authentication approac ### Prerequisite(s) -1. Complete [Get APISIX](./) to install APISIX. -2. Complete [Configure Routes](./configure-routes#whats-a-route). +1. Complete [Get APISIX](./README.md) to install APISIX. +2. Complete [Configure Routes](./configure-routes.md). Review Comment: ```suggestion 2. Complete [Configure Routes](../configure-routes#what-is-a-route). ``` ########## docs/en/latest/getting-started/rate-limiting.md: ########## @@ -23,8 +23,8 @@ In this tutorial, you will enable the `limit-count` plugin to set a rate limitin ## Prerequisite(s) -1. Complete the [Get APISIX](./) step to install APISIX first. -2. Complete the [Configure Routes](./configure-routes#whats-a-route) step. +1. Complete the [Get APISIX](./README) step to install APISIX first. Review Comment: ```suggestion 1. Complete the [Get APISIX](../README) step to install APISIX first. ``` ########## docs/en/latest/getting-started/key-authentication.md: ########## @@ -77,7 +77,7 @@ You will receive an `HTTP/1.1 201 OK` response if the consumer was created succe ### Enable Authentication -Inheriting the route `getting-started-ip` from [Configure Routes](./configure-routes), we only need to use the `PATCH` method to add the `key-auth` plugin to the route: +Inheriting the route `getting-started-ip` from [Configure Routes](./configure-routes.md), we only need to use the `PATCH` method to add the `key-auth` plugin to the route: Review Comment: ```suggestion Inheriting the route `getting-started-ip` from [Configure Routes](../configure-routes), we only need to use the `PATCH` method to add the `key-auth` plugin to the route: ``` ########## docs/en/latest/getting-started/rate-limiting.md: ########## @@ -23,8 +23,8 @@ In this tutorial, you will enable the `limit-count` plugin to set a rate limitin ## Prerequisite(s) -1. Complete the [Get APISIX](./) step to install APISIX first. -2. Complete the [Configure Routes](./configure-routes#whats-a-route) step. +1. Complete the [Get APISIX](./README) step to install APISIX first. +2. Complete the [Configure Routes](./configure-routes) step. Review Comment: ```suggestion 2. Complete the [Configure Routes](../configure-routes#what-is-a-route) step. ``` ########## docs/en/latest/getting-started/load-balancing.md: ########## @@ -17,8 +17,8 @@ In this tutorial, you will create a route with two upstream services and enable ## Prerequisite(s) -1. Complete [Get APISIX](./) to install APISIX. -2. Understand APISIX [Route and Upstream](./configure-routes#whats-a-route). +1. Complete [Get APISIX](./README.md) to install APISIX. +2. Understand APISIX [Route and Upstream](./configure-routes.md). Review Comment: ```suggestion 2. Understand APISIX [Route and Upstream](../configure-routes#what-is-a-route). ``` ########## docs/en/latest/getting-started/key-authentication.md: ########## @@ -48,8 +48,8 @@ Key authentication is a relatively simple but widely used authentication approac ### Prerequisite(s) -1. Complete [Get APISIX](./) to install APISIX. -2. Complete [Configure Routes](./configure-routes#whats-a-route). +1. Complete [Get APISIX](./README.md) to install APISIX. Review Comment: ```suggestion 1. Complete [Get APISIX](../README) to install APISIX. ``` -- 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]
