explore_api.md: 2. fix link

This commit is contained in:
Yann Cébron 2024-07-22 15:09:54 +02:00
parent 0956c8693b
commit 59da187d91

View File

@ -90,10 +90,10 @@ source code, as well as other basic features of IntelliJ IDEA.
Many developers keep the Many developers keep the
[IntelliJ Community source code](https://github.com/JetBrains/intellij-community) [IntelliJ Community source code](https://github.com/JetBrains/intellij-community)
open in a separate window while working on their plugin. open in a separate IDE project 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. 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, 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 ### 2.1 Find Example Implementations