This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push: new 38023b27 fix: doc broken links (#2490) 38023b27 is described below commit 38023b272c45a142cb46c95733f3585ce4495636 Author: Traky Deng <trakyd...@gmail.com> AuthorDate: Wed Jul 23 12:01:48 2025 +0800 fix: doc broken links (#2490) --- 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" ] }, {