From e13a2a6f1c50d63be5e34e9b013469e4feaffe4e Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 2 Apr 2025 09:27:24 +0200 Subject: [PATCH] run_configurations.md: Fix the link for ExecutorAction.getActions() --- topics/basics/execution/run_configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/execution/run_configurations.md b/topics/basics/execution/run_configurations.md index 1efbdaae0..a0b997e4a 100644 --- a/topics/basics/execution/run_configurations.md +++ b/topics/basics/execution/run_configurations.md @@ -157,7 +157,7 @@ The standard method for providing the information is `getInfo()`. If computing the information is slow, implement `getSlowInfo()`, which is used by the editor highlighting mechanism to gather information in batch, and apply all the information at once to avoid icons blinking. If access to indexes is not required, it can be marked [dumb aware](indexing_and_psi_stubs.md#DumbAwareAPI). -To provide the standard executor actions like _Run_, _Debug_, etc., use [`ExecutorAction.getActions()`](%gh-ic%/platform/execution-impl/src/com/intellij/execution/ExecutorRegistryImpl.java). +To provide the standard executor actions like _Run_, _Debug_, etc., use [`ExecutorAction.getActions()`](%gh-ic%/platform/execution-impl/src/com/intellij/execution/lineMarker/ExecutorAction.kt). ## Starting a Run Configuration Programmatically