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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1dba362b557 docs: fix broken links (#1616)
1dba362b557 is described below

commit 1dba362b5570071baec2e43a394117cd2df8f8a0
Author: 十斤降世 <[email protected]>
AuthorDate: Tue Jun 13 18:25:17 2023 +0800

    docs: fix broken links (#1616)
---
 blog/en/blog/2021/08/05/Kong-to-APISIX.md            | 2 +-
 blog/en/blog/2022/08/17/backend-for-frontend-demo.md | 2 +-
 blog/zh/blog/2021/08/05/Kong-to-APISIX.md            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/blog/en/blog/2021/08/05/Kong-to-APISIX.md 
b/blog/en/blog/2021/08/05/Kong-to-APISIX.md
index 6a47b5773c8..f2b208c2b22 100644
--- a/blog/en/blog/2021/08/05/Kong-to-APISIX.md
+++ b/blog/en/blog/2021/08/05/Kong-to-APISIX.md
@@ -41,7 +41,7 @@ Apache APISIX is a production-ready open source seven-layer 
full traffic process
       # migrate succeed
       ```
 
-1. Use `apisix.yaml` to configure APISIX, refer to [Apache APISIX Official 
Document: Stand-alone mode](https://apisix.apache.org/docs/apisix/stand-alone).
+1. Use `apisix.yaml` to configure APISIX, refer to [Apache APISIX Official 
Document: Stand-alone 
mode](https://apisix.apache.org/docs/apisix/deployment-modes/#standalone).
 
 ## Demo Test
 
diff --git a/blog/en/blog/2022/08/17/backend-for-frontend-demo.md 
b/blog/en/blog/2022/08/17/backend-for-frontend-demo.md
index e002a11e0fd..91bd61df215 100644
--- a/blog/en/blog/2022/08/17/backend-for-frontend-demo.md
+++ b/blog/en/blog/2022/08/17/backend-for-frontend-demo.md
@@ -143,7 +143,7 @@ routes:
 ```
 
 1. For demo purposes, I preferred to set it at the root instead of `/bff/*`
-2. Declare the two plugins. Note that I'm using the [stand-alone 
mode](https://apisix.apache.org/docs/apisix/stand-alone/).
+2. Declare the two plugins. Note that I'm using the [stand-alone 
mode](https://apisix.apache.org/docs/apisix/deployment-modes/#standalone).
 
 First, we need to describe the plugin and not forget to return it at the end 
of the file:
 
diff --git a/blog/zh/blog/2021/08/05/Kong-to-APISIX.md 
b/blog/zh/blog/2021/08/05/Kong-to-APISIX.md
index 7a42165ec7c..cde610ba37f 100644
--- a/blog/zh/blog/2021/08/05/Kong-to-APISIX.md
+++ b/blog/zh/blog/2021/08/05/Kong-to-APISIX.md
@@ -41,7 +41,7 @@ make build
 # migrate succeed
 ```
 
-3. 使用 `apisix.yaml`配置 APISIX, 
点击查看[具体步骤](https://apisix.apache.org/docs/apisix/stand-alone)。
+3. 使用 `apisix.yaml`配置 APISIX, 
点击查看[具体步骤](https://apisix.apache.org/docs/apisix/deployment-modes/#standalone)。
 
 ## Demo 测试
 

Reply via email to