Skip to content

Commit 95b8134

Browse files
committed
fix: wrong adapt-from-kubernetes guide links
Signed-off-by: peefy <[email protected]>
1 parent 8561f39 commit 95b8134

File tree

8 files changed

+8
-8
lines changed
  • blog
  • i18n/zh-CN
    • docusaurus-plugin-content-blog
    • docusaurus-plugin-content-docs

8 files changed

+8
-8
lines changed

blog/2023-11-08-biweekly-newsletter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Additionally, support has been added for adding type annotations in lambda expre
7373

7474
### KCL Import Tool
7575

76-
Support for one-click generation of KCL configurations/models from YAML/JSON/CRD/Terraform Schema enables automated migration. Please refer to the [One-click Migration from Kubernetes Ecosystem to KCL guide](https://kcl-lang.io/docs/user_docs/guides/working-with-k8s/adopt-from-kubernetes) for more information.
76+
Support for one-click generation of KCL configurations/models from YAML/JSON/CRD/Terraform Schema enables automated migration. Please refer to the [One-click Migration from Kubernetes Ecosystem to KCL guide](https://kcl-lang.io/docs/user_docs/guides/working-with-k8s/adapt-from-kubernetes) for more information.
7777

7878
## Resources
7979

blog/2023-11-30-kcl-0.7.0-release/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ spec = {
272272
}
273273
```
274274

275-
More details: https://kcl-lang.io/docs/user_docs/guides/working-with-k8s/adopt-from-kubernetes
275+
More details: https://kcl-lang.io/docs/user_docs/guides/working-with-k8s/adapt-from-kubernetes
276276

277277
## Community Integrations & Extensions Updates
278278

i18n/zh-CN/docusaurus-plugin-content-blog/2023-11-08-biweekly-newsletter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ KCL 的编译命令对错误信息的输出优化继续推进,致力于提供
6767

6868
### KCL 导入工具
6969

70-
支持从 YAML/JSON/CRD/Terraform Schema 一键生成 KCL 配置/模型,实现自动化迁移,相关指南请参照[一键从 Kubernetes 生态迁移到 KCL](https://kcl-lang.io/docs/user_docs/guides/working-with-k8s/adopt-from-kubernetes)
70+
支持从 YAML/JSON/CRD/Terraform Schema 一键生成 KCL 配置/模型,实现自动化迁移,相关指南请参照[一键从 Kubernetes 生态迁移到 KCL](https://kcl-lang.io/docs/user_docs/guides/working-with-k8s/adapt-from-kubernetes)
7171

7272
## 其他资源
7373

i18n/zh-CN/docusaurus-plugin-content-blog/2023-11-30-kcl-0.7.0-release/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ spec = {
262262
}
263263
```
264264

265-
更多详细内容请参考[一键从 Kubernetes 生态迁移到 KCL](https://kcl-lang.io/docs/user_docs/guides/working-with-k8s/adopt-from-kubernetes)
265+
更多详细内容请参考[一键从 Kubernetes 生态迁移到 KCL](https://kcl-lang.io/docs/user_docs/guides/working-with-k8s/adapt-from-kubernetes)
266266

267267
## 社区集成 & 扩展更新
268268

i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/guides/working-with-k8s/0-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
2121
## 文档
2222

2323
<DocsCards>
24-
<DocsCard header="从 Kubernetes 迁移" href="adopt-from-kubernetes">
24+
<DocsCard header="从 Kubernetes 迁移" href="adapt-from-kubernetes">
2525
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
2626
</DocsCard>
2727
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.7/user_docs/guides/working-with-k8s/0-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
2121
## 文档
2222

2323
<DocsCards>
24-
<DocsCard header="从 Kubernetes 迁移" href="adopt-from-kubernetes">
24+
<DocsCard header="从 Kubernetes 迁移" href="adapt-from-kubernetes">
2525
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
2626
</DocsCard>
2727
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/user_docs/guides/working-with-k8s/0-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
2121
## 文档
2222

2323
<DocsCards>
24-
<DocsCard header="从 Kubernetes 迁移" href="adopt-from-kubernetes">
24+
<DocsCard header="从 Kubernetes 迁移" href="adapt-from-kubernetes">
2525
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
2626
</DocsCard>
2727
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9/user_docs/guides/working-with-k8s/0-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
2121
## 文档
2222

2323
<DocsCards>
24-
<DocsCard header="从 Kubernetes 迁移" href="adopt-from-kubernetes">
24+
<DocsCard header="从 Kubernetes 迁移" href="adapt-from-kubernetes">
2525
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
2626
</DocsCard>
2727
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">

0 commit comments

Comments
 (0)