From 59da187d911de8925cdd1dbdca4d7cdeb0275349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 22 Jul 2024 15:09:54 +0200 Subject: [PATCH] explore_api.md: 2. fix link --- topics/appendix/resources/explore_api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/appendix/resources/explore_api.md b/topics/appendix/resources/explore_api.md index b98e5ce07..ac8a70e70 100644 --- a/topics/appendix/resources/explore_api.md +++ b/topics/appendix/resources/explore_api.md @@ -90,10 +90,10 @@ source code, as well as other basic features of IntelliJ IDEA. Many developers keep the [IntelliJ Community source code](https://github.com/JetBrains/intellij-community) -open in a separate window while working on their plugin. -Others simply search the source code of the IntelliJ Platform that is attached by default when using a [Gradle IntelliJ Plugin](tools_gradle_intellij_plugin.md)-based project. +open in a separate IDE project while working on their plugin. +Others search the source code of the IntelliJ Platform that is attached by default when using a [Gradle](configuring_plugin_project.md)-based project. While both methods work, it should be noted that developing plugins without inspecting the IntelliJ Platform code is nearly impossible, -and all the tips below assume that you have the source code available. +and all the tips below assume having the sources available. ### 2.1 Find Example Implementations