Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix broken links #800

Merged
merged 1 commit into from
Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ DevStream已经支持许多工具,而且还在不断增加。关于支持的

## 行为守则

[DevStream行为守则](./CODE_OF_CONDUCT.md)
[DevStream行为守则](/CODE_OF_CONDUCT.md)

DevStream于2022年6月加入CNCF沙盒。我们也需要遵循[云原生计算基金会(CNCF)社区行为准则](https://github.com/cncf/foundation/blob/main/code-of-conduct-languages/zh.md).
2 changes: 1 addition & 1 deletion docs/core-concepts/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These are the core concepts of DevStream.
## The Architecture of DevStream

The architecture image below shows how DevStream works in general:
![](./images/architecture-overview.png)
![](../images/architecture-overview.png)

## Workflow

Expand Down
2 changes: 1 addition & 1 deletion docs/development/architecture.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ _注意:为了简单起见,CLI被命名为`dtm`(DevOps Toolchain Manager)

它执行的包括"创建"、"读取"、"更新"和"删除"等操作。

要开发一个新的插件,请参阅[创建一个插件](./development/creating-a-plugin.md)。
要开发一个新的插件,请参阅[创建一个插件](./creating-a-plugin.md)。