From a5af32eaf94864b21238772156defd27f612a829 Mon Sep 17 00:00:00 2001 From: wenjiehs Date: Fri, 26 Jun 2026 02:08:01 +0800 Subject: [PATCH] TKE-49: fix cookbook doc links --- cookbook/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbook/README.md b/cookbook/README.md index 3416522..ae825ee 100644 --- a/cookbook/README.md +++ b/cookbook/README.md @@ -127,9 +127,9 @@ python3 supernode/deploy_gpu_pod.py \ | 脚本 | 语言 | 功能 | 文档链接 | |------|------|------|---------| -| `create_cluster.py` | Python | 创建 TKE 集群 | [docs](../docs/basics/cluster/01-create-cluster.md) | -| `delete_cluster.py` | Python | 删除 TKE 集群,默认 dry-run | [docs](../docs/basics/cluster/02-delete-cluster.md) | -| `describe_clusters.py` | Python | 查询 TKE 集群列表和详情 | [docs](../docs/basics/cluster/04-describe-clusters.md) | +| `create_cluster.py` | Python | 创建 TKE 集群 | [docs](../src/content/docs/basics/cluster/01-create-cluster.md) | +| `delete_cluster.py` | Python | 删除 TKE 集群,默认 dry-run | [docs](../src/content/docs/basics/cluster/02-delete-cluster.md) | +| `describe_clusters.py` | Python | 查询 TKE 集群列表和详情 | [docs](../src/content/docs/basics/cluster/04-describe-clusters.md) | ### 工作负载 (workload/) @@ -141,7 +141,7 @@ python3 supernode/deploy_gpu_pod.py \ | 脚本 | 语言 | 功能 | 文档链接 | |------|------|------|---------| -| `deploy_gpu_pod.py` | Python | 在超级节点上部署 GPU Pod | [docs](../docs/basics/supernode/02-create-supernode.md) | +| `deploy_gpu_pod.py` | Python | 在超级节点上部署 GPU Pod | [docs](../src/content/docs/basics/supernode/02-create-supernode.md) | ---