Skip to content

Commit 5cf344e

Browse files
authored
Merge pull request #321 from furkatgofurov7/fix-readme-link-abs-path
🐛 Use absolute path to refer to operator installation from quickstart
2 parents 2d06d31 + 9ab4844 commit 5cf344e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Deploy Cluster API components with docker provider using a single command during
4040
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
4141
```
4242

43-
Docker provider can be replaced by any provider supported by [clusterctl](https://cluster-api.sigs.k8s.io/reference/providers.html?highlight=hetz#infrastructure).
43+
Docker provider can be replaced by any provider supported by [clusterctl](https://cluster-api.sigs.k8s.io/reference/providers.html#infrastructure).
4444

45-
Other options for installing Cluster API Operator are described in [full documentation](README.md#installation).
45+
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).
4646

4747
# Example API Usage
4848

0 commit comments

Comments
 (0)