Skip to content

Commit 2e4951b

Browse files
committed
Use a tagged release for reference in signalr comment
1 parent 2231c72 commit 2e4951b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const isProbablyJsonRecords = (text: Buffer | undefined) => {
3838

3939
if (SIGNALR_HUB_START_REGEX.test(startChunk) && SIGNALR_HUB_END_REGEX.test(endChunk)) {
4040
// SignalR hub protocol:
41-
// https://github.com/dotnet/aspnetcore/blob/main/src/SignalR/docs/specs/HubProtocol.md#json-encoding
41+
// https://github.com/dotnet/aspnetcore/blob/v9.0.8/src/SignalR/docs/specs/HubProtocol.md
4242
return true;
4343
}
4444

0 commit comments

Comments
 (0)