From 0f70979f8afd0cf48bdd1f5285ce26c537dabbfc Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 27 Sep 2022 17:23:23 +0200 Subject: [PATCH] spell_checking_strategy.md: fix link --- .../custom_language_support/spell_checking_strategy.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/topics/tutorials/custom_language_support/spell_checking_strategy.md b/topics/tutorials/custom_language_support/spell_checking_strategy.md index 5f6bc5cfd..0d79f9013 100644 --- a/topics/tutorials/custom_language_support/spell_checking_strategy.md +++ b/topics/tutorials/custom_language_support/spell_checking_strategy.md @@ -36,8 +36,7 @@ configuration file using the `com.intellij.spellchecker.support` extension point ## Run the Project -Run the project by using the Gradle -[runIde task](gradle_prerequisites.md#running-a-simple-gradle-based-intellij-platform-plugin). +Run the project by using the Gradle [`runIde`](creating_plugin_project.md#running-a-plugin-with-the-runide-gradle-task) task. Open the test.simple file and make an intentional spelling mistake. The IDE will highlight the error and suggest a quick fix.