This is an automated email from the ASF dual-hosted git repository.
monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new afaee1196 docs: fix broken links in documentation (#9479)
afaee1196 is described below
commit afaee1196fd72d8b656ddccd89197e6b0c0cc14d
Author: Arghya Das <[email protected]>
AuthorDate: Tue May 16 14:37:59 2023 +0530
docs: fix broken links in documentation (#9479)
---
docs/en/latest/getting-started/configure-routes.md | 2 +-
docs/en/latest/getting-started/key-authentication.md | 6 +++---
docs/en/latest/getting-started/load-balancing.md | 4 ++--
docs/en/latest/getting-started/rate-limiting.md | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/en/latest/getting-started/configure-routes.md
b/docs/en/latest/getting-started/configure-routes.md
index bc2b53c9f..11f102c13 100644
--- a/docs/en/latest/getting-started/configure-routes.md
+++ b/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) to install APISIX.
## Create a Route
diff --git a/docs/en/latest/getting-started/key-authentication.md
b/docs/en/latest/getting-started/key-authentication.md
index ebde9e67f..80e2fdc66 100644
--- a/docs/en/latest/getting-started/key-authentication.md
+++ b/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) to install APISIX.
+2. Complete [Configure Routes](../configure-routes#what-is-a-route).
### Create a Consumer
@@ -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), we only need to use the `PATCH` method to add the
`key-auth` plugin to the route:
```shell
curl -i "http://127.0.0.1:9180/apisix/admin/routes/getting-started-ip" -X
PATCH -d '
diff --git a/docs/en/latest/getting-started/load-balancing.md
b/docs/en/latest/getting-started/load-balancing.md
index fca6492e6..bc6ea356f 100644
--- a/docs/en/latest/getting-started/load-balancing.md
+++ b/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) to install APISIX.
+2. Understand APISIX [Route and Upstream](../configure-routes#what-is-a-route).
## Enable Load Balancing
diff --git a/docs/en/latest/getting-started/rate-limiting.md
b/docs/en/latest/getting-started/rate-limiting.md
index 80547f41c..6c906a03d 100644
--- a/docs/en/latest/getting-started/rate-limiting.md
+++ b/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#what-is-a-route) step.
## Enable Rate Limiting