From ad53cd7423f5f98f1ee3a4fd4f404b58345cd6bf Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Tue, 28 Jun 2016 13:23:30 -0700 Subject: [PATCH] Fix title --- _data/reference.yml | 2 +- docs/user-guide/networkpolicies.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/reference.yml b/_data/reference.yml index f337e158b1..a11214565a 100644 --- a/_data/reference.yml +++ b/_data/reference.yml @@ -226,7 +226,7 @@ toc: path: /docs/user-guide/replicasets/ - title: Pet Sets path: /docs/user-guide/petset/ - - title: NetworkPolicy Resources + - title: Network Policies path: /docs/user-guide/networkpolicies/ - title: Kubernetes Design Docs diff --git a/docs/user-guide/networkpolicies.md b/docs/user-guide/networkpolicies.md index 7050b9df81..e550657df6 100644 --- a/docs/user-guide/networkpolicies.md +++ b/docs/user-guide/networkpolicies.md @@ -46,7 +46,7 @@ kubectl annotate ns "net.beta.kubernetes.io/networkpolicy={\"ingress ## The `NetworkPolicy` Resource -See the [api-reference](docs/api-reference/extensions/v1beta1/definitions/#_v1beta1_networkpolicy) for a full definition of the resource. +See the [api-reference](/docs/api-reference/extensions/v1beta1/definitions/#_v1beta1_networkpolicy) for a full definition of the resource. A minimal `NetworkPolicy` might look like this: