diff --git a/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md b/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md index 72e4613be..854cabf06 100644 --- a/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md +++ b/topics/basics/architectural_overview/coroutines/coroutine_execution_contexts.md @@ -1,4 +1,4 @@ - + # Execution Contexts @@ -115,8 +115,7 @@ See the [](background_processes.md#progress-api) section for details. ### Progress Reporting {#progress-indicator-progress-reporting} -- current thread's [`ProgressIndicator`](%gh-ic%/platform/core-api/src/com/intellij/openapi/progress/ProgressIndicator.java) methods -- [`ProgressManager`'s](%gh-ic%/platform/core-api/src/com/intellij/openapi/progress/ProgressManager.java) `progress` and `progress2` static methods +- see [Background Processes: Tracking Progress](background_processes.md#tracking-progress) ### Switching to Other Contexts {#progress-indicator-switching-to-other-contexts}