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

traky pushed a commit to branch v2.0.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/v2.0.0 by this push:
     new b26460e1 fix: doc broken links (#2491)
b26460e1 is described below

commit b26460e1d692b3f6556ea6936d97aad5d84d81d6
Author: Traky Deng <trakyd...@gmail.com>
AuthorDate: Wed Jul 23 12:02:15 2025 +0800

    fix: doc broken links (#2491)
---
 docs/en/latest/config.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index c7c5e92f..99f0924e 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -9,11 +9,11 @@
             "type": "category",
             "label": "Getting Started",
             "items": [
-                "get-apisix-ingress-controller",
-                "configure-routes",
-                "load-balancing",
-                "key-authentication",
-                "rate-limiting"
+                "getting-started/get-apisix-ingress-controller",
+                "getting-started/configure-routes",
+                "getting-started/load-balancing",
+                "getting-started/key-authentication",
+                "getting-started/rate-limiting"
             ]
         },
         {

Reply via email to