From 6e1c60d93385d801f045bdc377c6da0da6b66968 Mon Sep 17 00:00:00 2001 From: Dayuan Date: Sun, 28 Apr 2024 12:00:16 +0800 Subject: [PATCH] fix: broken links --- README-zh.md | 6 +++--- README.md | 6 +++--- docs/design/kusion_module/kusion_modules.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README-zh.md b/README-zh.md index 1afcb7c7..f0cb224f 100644 --- a/README-zh.md +++ b/README-zh.md @@ -25,7 +25,7 @@ Kusion 是 [KusionStack](https://github.com/KusionStack) 的云原生平台工 - **平台代码化**:在同一个地方、以统一的方式,管理应用所有的运维操作。 - **动态配置管理**:开发人员可用一份与环境无关的配置,部署到任何环境,环境差异性由 Kusion 处理。 -- **研发自服务**:开发人员可以通过选择平台工程师在 [Kusion Modules](https://www.kusionstack.io/docs/next/kusion/concepts/kusion-module) 中提供的功能来自助满足需求。 +- **研发自服务**:开发人员可以通过选择平台工程师在 [Kusion Modules](https://www.kusionstack.io/docs/concepts/kusion-module/overview) 中提供的功能来自助满足需求。 - **内置安全性和合规性**:平台工程师可以通过灵活的平台配置,实现满足安全性、合规性和最佳实践的标准化应用程序交付。 - **开放模块生态系统**:不断增长的开放模块生态系统涵盖了 DevOps 生命周期的所有阶段,并与各种云原生基础设施有广泛的连接。 - **轻量级并且 Kubernetes 友好**:Kusion 作为一个纯客户端解决方案,拥有丰富的 API,提供了出色的可移植性和集成便利性。同时用户友好的可观察性和故障排除能力使得 Kubernetes 操作更加简单。 @@ -39,7 +39,7 @@ Kusion 是 [KusionStack](https://github.com/KusionStack) 的云原生平台工 ### 部署第一个应用 -参考 [Quick Start](https://www.kusionstack.io/docs/kusion/getting-started/deliver-wordpress) 通过 Kusion +参考 [Quick Start](https://www.kusionstack.io/docs/getting-started/deliver-quickstart) 通过 Kusion 部署您的第一个应用 ![apply](https://raw.githubusercontent.com/KusionStack/kusionstack.io/main/static/img/docs/user_docs/getting-started/kusion_apply_quickstart.gif) @@ -58,7 +58,7 @@ brew install KusionStack/tap/kusion docker pull kusionstack/kusion:latest ``` -> 有关安装的更多信息,请查看 KusionStack 官网的[安装指南](https://www.kusionstack.io/docs/kusion/getting-started/install-kusion)。 +> 有关安装的更多信息,请查看 KusionStack 官网的[安装指南](https://www.kusionstack.io/docs/getting-started/install-kusion)。 # 联系我们 - Twitter: [KusionStack](https://twitter.com/KusionStack) diff --git a/README.md b/README.md index 1cd8f369..2eedf350 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Kusion is a cloud-native platform engineering engine from [KusionStack](https:// - **Platform as Code**: Managing all application operations in one place, in a unified, easy way. - **Dynamic Configuration Management**: Developers deploy to any environment using one environment-agnostic configuration, while Kusion handles the underlying complexity. -- **Enable Self-Service**: Developers fulfill their own needs by choosing the capabilities provided by the platform engineers in [Kusion Modules](https://www.kusionstack.io/docs/next/kusion/concepts/kusion-module). +- **Enable Self-Service**: Developers fulfill their own needs by choosing the capabilities provided by the platform engineers in [Kusion Modules](https://www.kusionstack.io/docs/concepts/kusion-module/overview). - **Built-in Security and Compliance**: Platform engineers standardize application deliveries with security, compliance, and best practices by flexible platform configurations. - **Open Module Ecosystem**: A growing open module ecosystem covers all stages of the DevOps lifecycle, with extensive connections to various cloud-native infrastructures. - **Lightweight and Kubernetes-friendly**: As a pure client-side solution with rich APIs, Kusion offers excellent portability and ease of integration. Meanwhile, user-friendly observability and troubleshooting capabilities make Kubernetes operations easier. @@ -40,7 +40,7 @@ Kusion is a cloud-native platform engineering engine from [KusionStack](https:// ### Deploy your first App -Visit [Quick Start](https://www.kusionstack.io/docs/kusion/getting-started/deliver-wordpress) to deliver an +Visit [Quick Start](https://www.kusionstack.io/docs/getting-started/deliver-quickstart) to deliver an App with one Kusion command ![apply](https://raw.githubusercontent.com/KusionStack/kusionstack.io/main/static/img/docs/user_docs/getting-started/kusion_apply_quickstart.gif) @@ -59,7 +59,7 @@ brew install KusionStack/tap/kusion docker pull kusionstack/kusion:latest ``` -> For more information about installation, please check the [Installation Guide](https://www.kusionstack.io/docs/kusion/getting-started/install-kusion) on KusionStack official website +> For more information about installation, please check the [Installation Guide](https://www.kusionstack.io/docs/getting-started/install-kusion) on KusionStack official website # Contact Us diff --git a/docs/design/kusion_module/kusion_modules.md b/docs/design/kusion_module/kusion_modules.md index 44905793..4738b601 100644 --- a/docs/design/kusion_module/kusion_modules.md +++ b/docs/design/kusion_module/kusion_modules.md @@ -9,7 +9,7 @@ Kusion module is a reusable building block of KusionStack designed by platform e 3. Modules should not have dependencies or be nested within each other. 4. AppConfig is not a Module. -For more details, please visit our [official website](https://www.kusionstack.io/docs/kusion/concepts/kusion-module). +For more details, please visit our [official website](https://www.kusionstack.io/docs/concepts/kusion-module/overview). ![module](../collaboration/kusion-module.png) @@ -96,7 +96,7 @@ During executing the command `kusion generate`, Kusion will download modules des #### Build the Spec -All KCL codes written by app devs will be compiled by KPM and output an intermediate YAML. Kusion combines this YAML and corresponding workspace configurations as inputs of Kusion module generators and invokes these generators to get the final [Spec](https://www.kusionstack.io/docs/kusion/concepts/spec). +All KCL codes written by app devs will be compiled by KPM and output an intermediate YAML. Kusion combines this YAML and corresponding workspace configurations as inputs of Kusion module generators and invokes these generators to get the final [Spec](https://www.kusionstack.io/docs/concepts/spec). ##### Generator Interface