From e52ff1334a9ce9a7e79ebbb98f8861e6fb1c555f Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 26 Feb 2024 16:57:31 +0800 Subject: [PATCH] fix a broken link of eksctl Signed-off-by: Aolin --- en/deploy-on-aws-eks.md | 2 +- zh/deploy-on-aws-eks.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/deploy-on-aws-eks.md b/en/deploy-on-aws-eks.md index b110406d4..12044b7fe 100644 --- a/en/deploy-on-aws-eks.md +++ b/en/deploy-on-aws-eks.md @@ -545,7 +545,7 @@ eksctl scale nodegroup --cluster ${clusterName} --name tikv-1c --nodes 2 --nodes eksctl scale nodegroup --cluster ${clusterName} --name tikv-1d --nodes 2 --nodes-min 2 --nodes-max 2 ``` -For more information on managing node groups, refer to [`eksctl` documentation](https://eksctl.io/usage/managing-nodegroups/). +For more information on managing node groups, refer to [`eksctl` documentation](https://eksctl.io/usage/nodegroups/). ### Scale out TiDB components diff --git a/zh/deploy-on-aws-eks.md b/zh/deploy-on-aws-eks.md index 70538cad5..49aaea2fb 100644 --- a/zh/deploy-on-aws-eks.md +++ b/zh/deploy-on-aws-eks.md @@ -527,7 +527,7 @@ eksctl scale nodegroup --cluster ${clusterName} --name tikv-1c --nodes 2 --nodes eksctl scale nodegroup --cluster ${clusterName} --name tikv-1d --nodes 2 --nodes-min 2 --nodes-max 2 ``` -更多节点组管理可参考 [eksctl 文档](https://eksctl.io/usage/managing-nodegroups/)。 +更多节点组管理可参考 [eksctl 文档](https://eksctl.io/usage/nodegroups/)。 ### 扩容 TiDB 组件