Skip to content

Commit 7196ad9

Browse files
authored
Merge pull request #1266 from devstream-io/docs-fix-architecture-link
docs: fix architecture doc link
2 parents c42f7c2 + e9710f3 commit 7196ad9

File tree

9 files changed

+10
-11
lines changed

9 files changed

+10
-11
lines changed

docs/contributing_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ For more documentation on GitHub collaboration, see the [GitHub Collaboration Pr
8585

8686
## DevStream Architecture
8787

88-
- [Architecture Overall](development/devstream/architecture.md)
89-
- [Project Layout](development/devstream/project-layout.md)
88+
- [Architecture Overall](development/architecture.md)
89+
- [Project Layout](development/project-layout.md)
9090

9191
## Documentation Contribution
9292

docs/contributing_guide.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ DevStream 真诚地欢迎每一个人参与我们的会议,不需要被邀请
8282

8383
## 架构解读
8484

85-
- [整体架构](development/devstream/architecture.zh.md)
86-
- [项目组织结构](development/devstream/project-layout.zh.md)
85+
- [整体架构](development/architecture.zh.md)
86+
- [项目组织结构](development/project-layout.zh.md)
8787

8888
## 文档类贡献
8989

docs/development/devstream/architecture.md renamed to docs/development/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ A _plugin_ implements the aforementioned, predefined interfaces.
6464

6565
It executes operations like `Create`, `Read`, `Update`, and `Delete`.
6666

67-
To develop a new plugin, see [creating a plugin](../dev/creating-a-plugin.md).
67+
To develop a new plugin, see [creating a plugin](dev/creating-a-plugin.md).

docs/development/devstream/architecture.zh.md renamed to docs/development/architecture.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ Plugin engine通过调用以下模块来实现目标:
6262

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

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

docs/development/dev/creating-a-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Although dtm is automagic, but it can’t read your mind. I’m afraid that you
2424
2525
Please fill in the main logic of the plugin here.
2626

27-
You can check out our [Standard Go Project Layout](../devstream/project-layout.md) document for detailed instruction on the project layout.
27+
You can check out our [Standard Go Project Layout](../project-layout.md) document for detailed instruction on the project layout.
2828

2929
## 2 Interfaces
3030

docs/development/dev/creating-a-plugin.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
请在这里编写插件的主要逻辑。
2626

27-
可以查看我们的[Standard Go Project Layout](../devstream/project-layout.zh.md)文件,了解关于项目布局的详细说明。
27+
可以查看我们的[Standard Go Project Layout](../project-layout.zh.md)文件,了解关于项目布局的详细说明。
2828

2929
## 2 接口
3030

File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ nav:
130130
- development/git-workflow/commit-messages*.md
131131
- development/git-workflow/branch-and-release*.md
132132
- development/git-workflow/reviewing*.md
133-
- DevStream Architecture:
134-
- development/devstream/architecture*.md
135-
- development/devstream/project-layout*.md
133+
- development/architecture*.md
134+
- development/project-layout*.md
136135
- Environment Setup and Development:
137136
- development/dev/dev-env-setup*.md
138137
- development/dev/lint*.md

0 commit comments

Comments
 (0)