Skip to content

Commit eccf090

Browse files
authored
Merge pull request #107985 from jacobbaek/patch-1
Update kubernetes-network-policies.md
2 parents 22d1ebc + b51f07b commit eccf090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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/npm/azure-npm.yaml
42+
kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/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/npm/examples/windows/azure-npm.yaml
48+
kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/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).
@@ -306,4 +306,4 @@ Following are some sample dashboard for Network Policy Manager metrics in contai
306306

307307
- Learn about [container networking](container-networking-overview.md).
308308

309-
- [Deploy the plug-in](deploy-container-networking.md) for Kubernetes clusters or Docker containers.
309+
- [Deploy the plug-in](deploy-container-networking.md) for Kubernetes clusters or Docker containers.

0 commit comments

Comments
 (0)