From 0cc6390a29bf736e334506808a18c1be32e5fe6b Mon Sep 17 00:00:00 2001 From: Netanel Bollag Date: Tue, 11 Jul 2023 16:10:24 +0300 Subject: [PATCH] Fix broken links NetPol deepdive --- .../access-controls/network-policies/README.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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