From 33dbce0bb082771c40caf9e369c7df6187bec51a Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 13 Feb 2025 11:34:47 +0100 Subject: [PATCH] coroutine_execution_contexts.md: Consistent content for Progress Indicator --- .../coroutines/coroutine_execution_contexts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md b/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md index 784468231..bd0761c16 100644 --- a/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md +++ b/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md @@ -79,12 +79,12 @@ See the [](background_processes.md#progress-api) section for details. ### Cancellation Check {#progress-indicator-cancellation-check} -- `ProgressManager.checkCanceled()` - as described in the [](background_processes.md#cancellation) section +- `ProgressManager.checkCanceled()` - as described in the [Background Processes: Cancellation](background_processes.md#cancellation) section ### Progress Reporting {#progress-indicator-progress-reporting} -- see [Background Processes: Tracking Progress](background_processes.md#tracking-progress) +- [`ProgressIndicator`](%gh-ic%/platform/core-api/src/com/intellij/openapi/progress/ProgressIndicator.java) or [`ProgressManager`'s](%gh-ic%/platform/core-api/src/com/intellij/openapi/progress/ProgressManager.java) methods as described in [Background Processes: Tracking Progress](background_processes.md#tracking-progress) ### Switching to Other Contexts {#progress-indicator-switching-to-other-contexts}