Skip to content

Commit 56c01c2

Browse files
Repair broken links (#36558)
1 parent a01fec1 commit 56c01c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/blazor/host-and-deploy/webassembly/bundle-caching-and-integrity-check-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Placeholders:
152152
>
153153
> If you have any cause for concern that checksum validation isn't secure enough in your environment, consult your organization's security leadership for guidance.
154154
>
155-
> For more information, see [Overview of threat protection by Microsoft Defender Antivirus](/microsoft-365/business-premium/m365bp-threats-detected-defender-av).
155+
> For more information, see [Microsoft Defender for Business](/defender-business/).
156156
157157
:::moniker-end
158158

aspnetcore/grpc/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Server streaming calls don't have a request stream. This means that the only way
241241

242242
Always dispose streaming calls once they're no longer needed. The type returned when starting streaming calls implements `IDisposable`. Disposing a call once it is no longer needed ensures it is stopped and all resources are cleaned up.
243243

244-
In the following example, the [using declaration](/dotnet/csharp/language-reference/proposals/csharp-8.0/using#using-declaration) on the `AccumulateCount()` call ensures it's always disposed if an unexpected error occurs.
244+
In the following example, the [using declaration](/dotnet/csharp/language-reference/keywords/using-directive) on the `AccumulateCount()` call ensures it's always disposed if an unexpected error occurs.
245245

246246
[!code-csharp[](~/grpc/performance/dispose-streaming-call.cs?highlight=2)]
247247

0 commit comments

Comments
 (0)