Skip to content

Commit

Permalink
docs: fix the broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
  • Loading branch information
daniel-hutao committed Jan 3, 2023
1 parent 1f2f081 commit ecd2655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/plugins/trello.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ This plugin has four outputs:
- `todoListId`
- `doingListId`
- `doneListId`

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.
12 changes: 6 additions & 6 deletions docs/use-cases/gitops-python-flask/4-gitlab-dtm-apps.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

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

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

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

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

0 comments on commit ecd2655

Please sign in to comment.