Fix title

This commit is contained in:
Casey Davenport
2016-06-28 13:23:30 -07:00
parent cb6f85b484
commit ad53cd7423
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -46,7 +46,7 @@ kubectl annotate ns <namespace> "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: