diff --git a/calico-enterprise_versioned_docs/version-3.23-2/operations/native-v3-crds.mdx b/calico-enterprise_versioned_docs/version-3.23-2/operations/native-v3-crds.mdx index 32bd480097..ce0c88c9fc 100644 --- a/calico-enterprise_versioned_docs/version-3.23-2/operations/native-v3-crds.mdx +++ b/calico-enterprise_versioned_docs/version-3.23-2/operations/native-v3-crds.mdx @@ -99,7 +99,7 @@ Select the method below based on your preferred installation method. 1. Install the v3 CRDs: ```bash - kubectl create -f $[manifestsUrl]/manifests/v3_projectcalico_org.yaml + kubectl create -f $[filesUrl]/manifests/v3_projectcalico_org.yaml ``` :::note @@ -111,13 +111,13 @@ Select the method below based on your preferred installation method. 1. Install the Tigera Operator: ```bash - kubectl create -f $[manifestsUrl]/manifests/tigera-operator.yaml + kubectl create -f $[filesUrl]/manifests/tigera-operator.yaml ``` 1. Install $[prodname] by creating the necessary custom resources: ```bash - kubectl create -f $[manifestsUrl]/manifests/custom-resources.yaml + kubectl create -f $[filesUrl]/manifests/custom-resources.yaml ```