Skip to content

Commit ecd2655

Browse files
committed
docs: fix the broken links
Signed-off-by: Daniel Hu <[email protected]>
1 parent 1f2f081 commit ecd2655

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/plugins/trello.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ This plugin has four outputs:
3838
- `todoListId`
3939
- `doingListId`
4040
- `doneListId`
41-
42-
which can be used by the `trello-github-integ` plugin. Refer to the [`trello-github-integ` plugin doc](./trello-github-integ.md) for more details.

docs/use-cases/gitops-python-flask/4-gitlab-dtm-apps.zh.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
DevStream 将使用下面的插件来实现[第 0 节](#)中描述的目标:
2828

29-
1. [gitlab-ce-docker](../plugins/gitlab-ce-docker.md):用于在 Docker 中安装 GitLab;
30-
2. [repo-scaffolding](../plugins/repo-scaffolding.md): 用于在 GitLab 上创建一个 Python Web 应用程序仓库;
31-
3. [gitlab-ci](../plugins/gitlab-ci.md):用于为我们创建的仓库设置基本的 CI 流水线;
32-
4. [helm-installer](../plugins/helm-installer/helm-installer.md): 用于在 Kubernetes 集群中安装 Argo CD;
33-
5. [argocdapp](../plugins/argocdapp.md): 用于创建一个 Argo CD 应用程序,来部署第 1 步中生成的 Web 应用程序。
29+
1. [gitlab-ce-docker](../../plugins/gitlab-ce-docker.md):用于在 Docker 中安装 GitLab;
30+
2. [repo-scaffolding](../../plugins/repo-scaffolding.md): 用于在 GitLab 上创建一个 Python Web 应用程序仓库;
31+
3. [gitlab-ci](../../plugins/gitlab-ci.md):用于为我们创建的仓库设置基本的 CI 流水线;
32+
4. [helm-installer](../../plugins/helm-installer/helm-installer.md): 用于在 Kubernetes 集群中安装 Argo CD;
33+
5. [argocdapp](../../plugins/argocdapp.md): 用于创建一个 Argo CD 应用程序,来部署第 1 步中生成的 Web 应用程序。
3434

3535
我们将分成两个步骤来完成这些目标:
3636

@@ -58,7 +58,7 @@ sh -c "$(curl -fsSL https://download.devstream.io/download.sh)
5858
5959
> 可选:你可以把 `dtm` 移动到 $PATH 环境变量中的某个目录下。例如:`mv dtm /usr/local/bin/`。这样,你就可以直接运行 `dtm` 而不需要再加上 `./` 前缀了。
6060
>
61-
> 更多安装方式详见[安装 dtm](../install.zh.md)。
61+
> 更多安装方式详见[安装 dtm](../../install.zh.md)。
6262
6363
## 2 安装 GitLab 和 Argo CD
6464

0 commit comments

Comments
 (0)