From 48ca5350360a7d13f969a30ed895754cf8551cbc Mon Sep 17 00:00:00 2001 From: Qiming Date: Mon, 2 Oct 2017 23:47:32 +0800 Subject: [PATCH] Fix network policy link (#5706) --- docs/concepts/services-networking/network-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/network-policies.md b/docs/concepts/services-networking/network-policies.md index e88049922d..5cba2bbd59 100644 --- a/docs/concepts/services-networking/network-policies.md +++ b/docs/concepts/services-networking/network-policies.md @@ -92,7 +92,7 @@ So, the example NetworkPolicy: 3. allows connections to TCP port 6379 of "role=db" pods in the "default" namespace from any pod in a namespace with the label "project=myproject" 3. allows connections from any pod in the "default" namespace with the label "role=db" to CIDR 10.0.0.0/24 on TCP port 5978 -See the [NetworkPolicy getting started guide](/docs/getting-started-guides/network-policy/walkthrough) for further examples. +See the [Declare Network Policy](/docs/tasks/administer-cluster/declare-network-policy/) walkthrough for further examples. ## Default policies