Skip to content

Commit b3bd6cc

Browse files
authored
Merge pull request #6034 from k8s-infra-cherrypick-robot/cherry-pick-6030-to-release-1.0
📖 book: Use relative links in generate CRDs doc
2 parents a09a885 + 0c5e84b commit b3bd6cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/book/src/developer/providers/implementers-guide/generate_crds.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ make manifests
8383
8484
The cluster API CRDs should be further customized:
8585
86-
- [Apply the contract version label to support conversions](https://cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#apply-the-contract-version-label-clusterx-k8sioversion-version1_version2_version3-to-your-crds)
87-
- [Upgrade to CRD v1](https://cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#upgrade-to-crd-v1)
88-
- [Set “matchPolicy=Equivalent” kubebuilder marker for webhooks](https://cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#add-matchpolicyequivalent-kubebuilder-marker-in-webhooks)
89-
- [Refactor the kustomize config folder to support multi-tenancy](https://cluster-api.sigs.k8s.io/developer/providers/v1alpha2-to-v1alpha3.html#refactor-kustomize-config-folder-to-support-multi-tenancy-when-using-webhooks)
90-
- [Ensure you are compliant with the clusterctl provider contract](https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html#components-yaml)
86+
- [Apply the contract version label to support conversions](../v1alpha2-to-v1alpha3.md#apply-the-contract-version-label-clusterx-k8sioversion-version1_version2_version3-to-your-crds)
87+
- [Upgrade to CRD v1](../v1alpha2-to-v1alpha3.md#upgrade-to-crd-v1)
88+
- [Set “matchPolicy=Equivalent” kubebuilder marker for webhooks](../v1alpha2-to-v1alpha3.md#add-matchpolicyequivalent-kubebuilder-marker-in-webhooks)
89+
- [Refactor the kustomize config folder to support multi-tenancy](../v1alpha2-to-v1alpha3.md#refactor-kustomize-config-folder-to-support-multi-tenancy-when-using-webhooks)
90+
- [Ensure you are compliant with the clusterctl provider contract](../../../clusterctl/provider-contract.md#components-yaml)
9191
9292
### Commit your changes
9393

0 commit comments

Comments
 (0)