Skip to content

Commit

Permalink
fix: wrong adapt-from-kubernetes guide links
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 30, 2024
1 parent 8561f39 commit 95b8134
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion blog/2023-11-08-biweekly-newsletter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Additionally, support has been added for adding type annotations in lambda expre

### KCL Import Tool

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.
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.

## Resources

Expand Down
2 changes: 1 addition & 1 deletion blog/2023-11-30-kcl-0.7.0-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ spec = {
}
```

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

## Community Integrations & Extensions Updates

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ KCL 的编译命令对错误信息的输出优化继续推进,致力于提供

### KCL 导入工具

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

## 其他资源

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ spec = {
}
```

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

## 社区集成 & 扩展更新

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
## 文档

<DocsCards>
<DocsCard header="从 Kubernetes 迁移" href="adopt-from-kubernetes">
<DocsCard header="从 Kubernetes 迁移" href="adapt-from-kubernetes">
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
</DocsCard>
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
## 文档

<DocsCards>
<DocsCard header="从 Kubernetes 迁移" href="adopt-from-kubernetes">
<DocsCard header="从 Kubernetes 迁移" href="adapt-from-kubernetes">
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
</DocsCard>
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
## 文档

<DocsCards>
<DocsCard header="从 Kubernetes 迁移" href="adopt-from-kubernetes">
<DocsCard header="从 Kubernetes 迁移" href="adapt-from-kubernetes">
<p>将 Kubernetes 清单和 CRD 转换为 KCL 代码的指南。</p>
</DocsCard>
<DocsCard header="Kubernetes 配置管理" href="generate-k8s-manifests">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DocsCards from '@site/src/components/global/DocsCards';
## 文档

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

0 comments on commit 95b8134

Please sign in to comment.