Skip to content

Commit 972d114

Browse files
authored
[blog] Fix links (#4904)
* Fix links Signed-off-by: t-kikuc <[email protected]> * Fix links: control-plane-on-ecs.md Signed-off-by: t-kikuc <[email protected]> * Fix links: remove domain Signed-off-by: t-kikuc <[email protected]> --------- Signed-off-by: t-kikuc <[email protected]>
1 parent b17c25b commit 972d114

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/content/en/blog/control-plane-local-docker-compose.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "This blog shows you how to install a PipeCD Control Plane on local
77
author: Tetsuya Kikuchi ([@t-kikuc](https://github.com/t-kikuc))
88
---
99

10-
Currently, you can deploy and operate a PipeCD Control Plane on a Kubernetes cluster or [on Amazon ECS](./control-plane-on-ecs.md).
10+
Currently, you can deploy and operate a PipeCD Control Plane on a Kubernetes cluster or [on Amazon ECS](/blog/2023/02/07/pipecd-best-practice-02-control-plane-on-ecs/).
1111
However, some developers would like to build a Control Plane more easily for introduction or development.
1212
This blog shows you how to install a PipeCD Control Plane on local machine easily.
1313

@@ -19,8 +19,7 @@ This blog is for those who would like to:
1919
The general architecture of PipeCD Control Plane is as below.
2020
![](/images/control-plane-components.png)
2121

22-
> Note: See [Architecture Overview](docs/user-guide/managing-controlplane/architecture-overview/) doc for details.
23-
22+
> Note: See [Architecture Overview](/docs/user-guide/managing-controlplane/architecture-overview/) doc for details.
2423
In this blog, you will build a Control Plane by these containers:
2524

2625
- Server: pipecd server

docs/content/en/blog/control-plane-on-ecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This blog is a part of PipeCD best practice series, a guideline for you to opera
1111
Currently, you can deploy and operate the PipeCD control plane on a Kubernetes cluster easily, but some developers that would like to introduce PipeCD can not prepare Kubernetes environments. If you have the same problem, this blog is for you. We will show you how to deploy the PipeCD control plane on Amazon ECS.
1212

1313
### Architecture
14-
> Note: Please refer to [architecture-overview](docs/user-guide/managing-controlplane/architecture-overview/) docs for definitions of PipeCD components such as server, ops, cache, datastore and filestore.
14+
> Note: Please refer to [architecture-overview](/docs/user-guide/managing-controlplane/architecture-overview/) docs for definitions of PipeCD components such as server, ops, cache, datastore and filestore.
1515
1616
![](/images/control-plane-on-ecs.png)
1717

0 commit comments

Comments
 (0)