Skip to content

Commit fa96031

Browse files
committed
fixes
1 parent f9c0500 commit fa96031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/kubernetes-network-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Once the cluster is deployed run the following `kubectl` command to download and
3939
For Linux:
4040

4141
```
42-
kubectl apply -f https://github.com/Azure/azure-container-networking/blob/master/Network Policy Manager/azure-npm.yaml
42+
kubectl apply -f https://github.com/Azure/azure-container-networking/blob/master/npm/azure-npm.yaml
4343
```
4444

4545
For Windows:
4646

4747
```
48-
kubectl apply -f https://github.com/Azure/azure-container-networking/blob/master/Network Policy Manager/examples/windows/azure-npm.yaml
48+
kubectl apply -f https://github.com/Azure/azure-container-networking/blob/master/npm/examples/windows/azure-npm.yaml
4949
```
5050

5151
The solution is also open source and the code is available on the [Azure Container Networking repository](https://github.com/Azure/azure-container-networking/tree/master/npm).

0 commit comments

Comments
 (0)