Skip to content

Commit 13d5ca7

Browse files
committed
docs: fix broken links
Signed-off-by: Tiexin Guo <[email protected]>
1 parent 796e781 commit 13d5ca7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/plugins/argocdapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This plugin creates an [Argo CD Application](https://argo-cd.readthedocs.io/en/s
77
- Argo CD itself must have been already installed before the usage of this plugin.
88
To install Argo CD, use the [helm-installer plugin](./helm-installer/argocd.md).
99
Or you can use both plugins(argocd+argocdapp) at the same time.
10-
See [GitOps Toolchain](../best-practices/gitops.md) for more info.
10+
See [GitOps Toolchain](../use-cases/gitops.md) for more info.
1111
- Currently, only the Helm chart is supported when creating the Argo CD application.
1212
- Modify the file accordingly. Especially remember to modify `ARGOCD_TOOL_NAME`.
1313

docs/plugins/helm-installer/harbor.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export IMAGE_REPO_ADDR=harbor.devstream.io
490490
./image-pull-push.sh -f harbor-images.txt -r ${IMAGE_REPO_ADDR} -l -u
491491
```
492492

493-
如果你还没有一个私有镜像仓库,可以参考[这篇文章](../../best-practices/image-registry.zh.md)快速部署一个 Docker Registry。
493+
如果你还没有一个私有镜像仓库,可以参考[这篇文章](../../use-cases/image-registry.zh.md)快速部署一个 Docker Registry。
494494

495495
### 5.3、参考配置
496496

docs/plugins/helm-installer/jenkins.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export IMAGE_REPO_ADDR=harbor.devstream.io
379379
./image-pull-push.sh -f jenkins-images.txt -r ${IMAGE_REPO_ADDR} -l -u
380380
```
381381

382-
如果你还没有一个私有镜像仓库,可以参考[这篇文章](../../best-practices/image-registry.zh.md)快速部署一个 Docker Registry。
382+
如果你还没有一个私有镜像仓库,可以参考[这篇文章](../../use-cases/image-registry.zh.md)快速部署一个 Docker Registry。
383383

384384
### 5.3、参考配置
385385

docs/understanding_the_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Go through the online Docker and Kubernetes tutorials. You can search for:
3636
## Getting Started
3737

3838
- [Quick Start](./quickstart.md)
39-
- [Best Pratices - GitOps Toolchain](./best-practices/gitops.md)
39+
- [Best Pratices - GitOps Toolchain](./use-cases/gitops.md)

docs/understanding_the_basics.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
## 让我们开始吧!
3737

3838
- [快速入门](./quickstart.zh.md)
39-
- [最佳实践 - GitOps工具链](./best-practices/gitops.zh.md)
39+
- [最佳实践 - GitOps工具链](./use-cases/gitops.zh.md)

0 commit comments

Comments
 (0)