From fa223c29aef8222bd42dc2a0a213c8368a3a8cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=AD=E7=A7=91?= Date: Wed, 20 Oct 2021 02:03:24 +0800 Subject: [PATCH] Update introduction.md (#23542) * Update introduction.md According to rfc7118, it should be 'WebSocket'(without ending 's') instead of 'WebSockets' * Update aspnetcore/signalr/introduction.md Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> --- aspnetcore/signalr/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/signalr/introduction.md b/aspnetcore/signalr/introduction.md index ab1dc8d761..c72e9f7ff0 100644 --- a/aspnetcore/signalr/introduction.md +++ b/aspnetcore/signalr/introduction.md @@ -37,7 +37,7 @@ The source is hosted in a [SignalR repository on GitHub](https://github.com/dotn SignalR supports the following techniques for handling real-time communication (in order of graceful fallback): -* [WebSockets](https://tools.ietf.org/html/rfc7118) +* [WebSockets](xref:fundamentals/websockets) * Server-Sent Events * Long Polling