Skip to content

Commit 5b81c81

Browse files
authored
fix broken links in v0 docs (#6976)
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
1 parent b3a7986 commit 5b81c81

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/content/en/docs-dev/feature-status/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Note: These are statuses for Cloud Run service. Cloud Run job has not been suppo
135135
| Support [Minio](https://github.com/minio/minio) as file store | Beta |
136136
| [Insights](../user-guide/insights/) - Show the delivery performance of a team or an application | Beta |
137137
| [Deployment Chain](../user-guide/managing-application/deployment-chain/) - Allow rolling out to multiple clusters gradually or promoting across environments | Alpha |
138-
| [Metrics](../user-guide/managing-controlplane/metrics/) - Dashboards for PipeCD and Piped metrics | Beta |
138+
| [Metrics](../user-guide/metrics/) - Dashboards for PipeCD and Piped metrics | Beta |
139139

140140
## Pipectl
141141

docs/content/en/docs-dev/user-guide/managing-piped/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Must be one of the following structs:
9797
| Field | Type | Description | Required |
9898
|-|-|-|-|
9999
| masterURL | string | The master URL of the kubernetes cluster. Empty means in-cluster. | No |
100-
| kubectlVersion | string | Version of kubectl which will be used to connect to your cluster. Empty means the version set on [piped config](../user-guide/managing-piped/configuration-reference/#platformproviderkubernetesconfig) or [default version](https://github.com/pipe-cd/pipecd/blob/master/tool/piped-base/install-kubectl.sh#L24) will be used. | No |
100+
| kubectlVersion | string | Version of kubectl which will be used to connect to your cluster. Empty means the [default version](https://github.com/pipe-cd/pipecd/blob/master/pkg/app/piped/toolregistry/install.go#L29) will be used. | No |
101101
| kubeConfigPath | string | The path to the kubeconfig file. Empty means in-cluster. | No |
102102
| appStateInformer | [KubernetesAppStateInformer](#kubernetesappstateinformer) | Configuration for application resource informer. | No |
103103

docs/content/en/docs-dev/user-guide/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The piped agent collects its metrics and periodically sends them to the Control
2323
Developers managing the piped agent can also get metrics directly from the piped agent and monitor them with their custom monitoring service.
2424

2525
## Enable monitoring system
26-
To enable monitoring system for PipeCD, you first need to set the following value to `helm install` when [installing](../../../installation/install-controlplane/#2-preparing-control-plane-configuration-file-and-installing).
26+
To enable monitoring system for PipeCD, you first need to set the following value to `helm install` when [installing](../../installation/install-control-plane/installing-controlplane-on-k8s/#2-preparing-control-plane-configuration-file-and-installing).
2727

2828
```
2929
--set monitoring.enabled=true
@@ -79,7 +79,7 @@ prometheus:
7979
- channel: '#your-channel'
8080
```
8181
82-
And give it to the `helm install` command when [installing](../../../installation/install-controlplane/#2-preparing-control-plane-configuration-file-and-installing).
82+
And give it to the `helm install` command when [installing](../../installation/install-control-plane/installing-controlplane-on-k8s/#2-preparing-control-plane-configuration-file-and-installing).
8383

8484
```
8585
--values=values.yaml

docs/content/en/docs-v0.57.x/feature-status/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Note: These are statuses for Cloud Run service. Cloud Run job has not been suppo
135135
| Support [Minio](https://github.com/minio/minio) as file store | Beta |
136136
| [Insights](../user-guide/insights/) - Show the delivery performance of a team or an application | Beta |
137137
| [Deployment Chain](../user-guide/managing-application/deployment-chain/) - Allow rolling out to multiple clusters gradually or promoting across environments | Alpha |
138-
| [Metrics](../user-guide/managing-controlplane/metrics/) - Dashboards for PipeCD and Piped metrics | Beta |
138+
| [Metrics](../user-guide/metrics/) - Dashboards for PipeCD and Piped metrics | Beta |
139139

140140
## Pipectl
141141

docs/content/en/docs-v0.57.x/user-guide/managing-piped/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Must be one of the following structs:
9797
| Field | Type | Description | Required |
9898
|-|-|-|-|
9999
| masterURL | string | The master URL of the kubernetes cluster. Empty means in-cluster. | No |
100-
| kubectlVersion | string | Version of kubectl which will be used to connect to your cluster. Empty means the version set on [piped config](../user-guide/managing-piped/configuration-reference/#platformproviderkubernetesconfig) or [default version](https://github.com/pipe-cd/pipecd/blob/master/tool/piped-base/install-kubectl.sh#L24) will be used. | No |
100+
| kubectlVersion | string | Version of kubectl which will be used to connect to your cluster. Empty means the [default version](https://github.com/pipe-cd/pipecd/blob/master/pkg/app/piped/toolregistry/install.go#L29) will be used. | No |
101101
| kubeConfigPath | string | The path to the kubeconfig file. Empty means in-cluster. | No |
102102
| appStateInformer | [KubernetesAppStateInformer](#kubernetesappstateinformer) | Configuration for application resource informer. | No |
103103

docs/content/en/docs-v0.57.x/user-guide/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The piped agent collects its metrics and periodically sends them to the Control
2323
Developers managing the piped agent can also get metrics directly from the piped agent and monitor them with their custom monitoring service.
2424

2525
## Enable monitoring system
26-
To enable monitoring system for PipeCD, you first need to set the following value to `helm install` when [installing](../../../installation/install-controlplane/#2-preparing-control-plane-configuration-file-and-installing).
26+
To enable monitoring system for PipeCD, you first need to set the following value to `helm install` when [installing](../../installation/install-control-plane/installing-controlplane-on-k8s/#2-preparing-control-plane-configuration-file-and-installing).
2727

2828
```
2929
--set monitoring.enabled=true
@@ -79,7 +79,7 @@ prometheus:
7979
- channel: '#your-channel'
8080
```
8181
82-
And give it to the `helm install` command when [installing](../../../installation/install-controlplane/#2-preparing-control-plane-configuration-file-and-installing).
82+
And give it to the `helm install` command when [installing](../../installation/install-control-plane/installing-controlplane-on-k8s/#2-preparing-control-plane-configuration-file-and-installing).
8383

8484
```
8585
--values=values.yaml

0 commit comments

Comments
 (0)