diff --git a/docs/reference/access-controls/network-policies/README.mdx b/docs/reference/access-controls/network-policies/README.mdx index 9628e8184..528396fc3 100644 --- a/docs/reference/access-controls/network-policies/README.mdx +++ b/docs/reference/access-controls/network-policies/README.mdx @@ -189,7 +189,7 @@ Our example consists of two pods: an HTTP server and a client that calls it. ```yaml -{@include: ../../../static/code-examples/automate-network-policies/namespace.yaml} +{@include: ../../../../static/code-examples/automate-network-policies/namespace.yaml} ``` @@ -197,16 +197,16 @@ Our example consists of two pods: an HTTP server and a client that calls it. ```yaml -{@include: ../../../static/code-examples/automate-network-policies/server-deployment.yaml} +{@include: ../../../../static/code-examples/automate-network-policies/server-deployment.yaml} --- -{@include: ../../../static/code-examples/automate-network-policies/server-service.yaml} +{@include: ../../../../static/code-examples/automate-network-policies/server-service.yaml} ``` ```yaml -{@include: ../../../static/code-examples/automate-network-policies/client-deployment.yaml} +{@include: ../../../../static/code-examples/automate-network-policies/client-deployment.yaml} ``` @@ -233,7 +233,7 @@ Our example consists of two pods: an HTTP server and a client that calls it. 3. The **client** intents to call the server are declared with this `intents.yaml` file: ```yaml -{@include: ../../../static/code-examples/automate-network-policies/intents.yaml} +{@include: ../../../../static/code-examples/automate-network-policies/intents.yaml} ``` Let's apply it: ```shell