Skip to content

Commit 677a574

Browse files
committed
links
1 parent 1edb887 commit 677a574

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-arc/kubernetes/connect-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ To remove the agents in the cluster you need to run `az connectedk8s delete` or
199199

200200
## Next steps
201201

202-
* [Use GitOps in a connected cluster](./use-gitops-in-connected-cluster.md)
202+
* [Use GitOps in a connected cluster](./use-gitops-connected-cluster.md)
203203
* [Use Azure Policy to govern cluster configuration](./use-azure-policy.md)

articles/azure-arc/kubernetes/deploy-azure-iot-edge-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Azure Arc and Azure IoT Edge complement each other's capabilities quite well. Az
3434
$ kubectl create secret generic dcs --from-file=fully-qualified-path-to-values.yaml --namespace iotedge
3535
```
3636
37-
>You can also set this up remotely using the [cluster config example](./use-gitops-in-connected-cluster.md).
37+
>You can also set this up remotely using the [cluster config example](./use-gitops-connected-cluster.md).
3838
3939
## Connect a cluster
4040

articles/azure-arc/kubernetes/use-gitops-with-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ az k8sconfiguration create --name azure-voting-app --resource-group $RESOURCE_G
105105

106106
### Configuration Parameters
107107

108-
To customize the creation of configuration, [learn about additional parameters you may use](./use-gitops-in-connected-cluster.md#additional-parameters).
108+
To customize the creation of configuration, [learn about additional parameters you may use](./use-gitops-connected-cluster.md#additional-parameters).
109109

110110

111111
## Validate the Configuration

0 commit comments

Comments
 (0)