Skip to content

Commit dd495fe

Browse files
Fix URL
1 parent e894c5f commit dd495fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/for-containers/how-to-websockets-gateway-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: greg-lindsay
66
ms.service: azure-appgw-for-containers
77
ms.topic: conceptual
8-
ms.date: 1/13/2025
8+
ms.date: 1/14/2025
99
ms.author: greglin
1010
---
1111

@@ -26,7 +26,7 @@ WebSocket protocol has no specific implementation with Gateway API for configura
2626
Apply the following deployment.yaml file on your cluster to create a sample web application to demonstrate WebSocket support.
2727

2828
```bash
29-
kubectl apply -f https://learn.microsoft.com/azure/application-gateway/for-containers/examples/websocket-scenario/deployment.yaml
29+
kubectl apply -f https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/refs/heads/main/articles/application-gateway/for-containers/examples/websocket-scenario/deployment.yaml
3030
```
3131

3232
This command creates the following on your cluster:

0 commit comments

Comments
 (0)