From c60185782be3226ddd54bb9a5ece4b16f61b86a5 Mon Sep 17 00:00:00 2001 From: gewarren Date: Tue, 1 Jul 2025 01:34:30 +0000 Subject: [PATCH] =?UTF-8?q?Bot=20=F0=9F=A4=96=20generated=20CleanRepo=20to?= =?UTF-8?q?ol=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/orleans/grains/cancellation-tokens.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/orleans/grains/cancellation-tokens.md b/docs/orleans/grains/cancellation-tokens.md index c59ae47917e48..b1de9c1aa347a 100644 --- a/docs/orleans/grains/cancellation-tokens.md +++ b/docs/orleans/grains/cancellation-tokens.md @@ -514,8 +514,8 @@ To use the legacy `GrainCancellationToken`: - - - -- [Cancellation in managed threads](/dotnet/standard/threading/cancellation-in-managed-threads) -- [Task cancellation](/dotnet/standard/parallel-programming/task-cancellation) +- [Cancellation in managed threads](../../standard/threading/cancellation-in-managed-threads.md) +- [Task cancellation](../../standard/parallel-programming/task-cancellation.md) - [Async streams](/dotnet/csharp/language-reference/language-specification/statements#13953-await-foreach) - [Orleans timers and reminders](timers-and-reminders.md) - [Orleans streaming](../streaming/index.md)