Skip to content

Commit

Permalink
fix: broken links in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkYuan committed Apr 28, 2024
1 parent 82c7c9a commit 70b759f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/next/concepts/kusion-module/overview) 中提供的功能来自助满足需求。
- **内置安全性和合规性**:平台工程师可以通过灵活的平台配置,实现满足安全性、合规性和最佳实践的标准化应用程序交付。
- **开放模块生态系统**:不断增长的开放模块生态系统涵盖了 DevOps 生命周期的所有阶段,并与各种云原生基础设施有广泛的连接。
- **轻量级并且 Kubernetes 友好**:Kusion 作为一个纯客户端解决方案,拥有丰富的 API,提供了出色的可移植性和集成便利性。同时用户友好的可观察性和故障排除能力使得 Kubernetes 操作更加简单。
Expand All @@ -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)
Expand All @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/next/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.
Expand All @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 70b759f

Please sign in to comment.