From ae9c6fd2430890a179b94e67077b8d9fe0cfea96 Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Sun, 15 Jul 2018 12:02:55 +0200 Subject: [PATCH] Fix NetworkPolicy api link (#9427) --- .../en/docs/concepts/services-networking/network-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/network-policies.md b/content/en/docs/concepts/services-networking/network-policies.md index 3213fb0c784cc..e0284c8597b1e 100644 --- a/content/en/docs/concepts/services-networking/network-policies.md +++ b/content/en/docs/concepts/services-networking/network-policies.md @@ -30,7 +30,7 @@ Pods become isolated by having a NetworkPolicy that selects them. Once there is ## The `NetworkPolicy` Resource -See the [NetworkPolicy](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#networkpolicy-v1-networking) for a full definition of the resource. +See the [NetworkPolicy](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#networkpolicy-v1-networking-k8s-io) for a full definition of the resource. An example `NetworkPolicy` might look like this: