diff --git a/docs/quickstart.md b/docs/quickstart.md index 29bb67584..85b78437a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -40,9 +40,9 @@ Deploy Cluster API components with docker provider using a single command during helm install capi-operator capi-operator/cluster-api-operator --create-namespace -n capi-operator-system --set infrastructure=docker --set cert-manager.enabled=true --set configSecret.name=${CREDENTIALS_SECRET_NAME} --set configSecret.namespace=${CREDENTIALS_SECRET_NAMESPACE} --wait --timeout 90s ``` -Docker provider can be replaced by any provider supported by [clusterctl](https://cluster-api.sigs.k8s.io/reference/providers.html?highlight=hetz#infrastructure). +Docker provider can be replaced by any provider supported by [clusterctl](https://cluster-api.sigs.k8s.io/reference/providers.html#infrastructure). -Other options for installing Cluster API Operator are described in [full documentation](README.md#installation). +Other options for installing Cluster API Operator are described in [full documentation](https://github.com/kubernetes-sigs/cluster-api-operator/blob/main/docs/README.md#installation). # Example API Usage