From 197d2302beccde54fa85e017e4490c6d0dbe417d Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 29 Mar 2023 09:31:39 +0200 Subject: [PATCH] tools_gradle_intellij_plugin_faq.md: fixed anchor --- .../gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md index 0bfab0742..64b724fd7 100644 --- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md +++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md @@ -262,7 +262,7 @@ To fix that issue, upgrade the Java version to the latest patch available of the It is possible to add a dependency on a plugin available in the file system — like a plugin update downloaded manually from JetBrains Marketplace or built separately in another project. -To configure the dependency, add the `File` instance to the [`intellij.plugins`](tools_gradle_intellij_plugin.md#tasks-intellij-plugins) property and point it to the `lib` directory inside the extracted plugin's directory or any other parent that contains plugin's `.jar` files. +To configure the dependency, add the `File` instance to the [`intellij.plugins`](tools_gradle_intellij_plugin.md#intellij-extension-plugins) property and point it to the `lib` directory inside the extracted plugin's directory or any other parent that contains plugin's `.jar` files.