diff --git a/topics/basics/getting_started/plugin_compatibility.md b/topics/basics/getting_started/plugin_compatibility.md index 060cced1a..dd061776f 100644 --- a/topics/basics/getting_started/plugin_compatibility.md +++ b/topics/basics/getting_started/plugin_compatibility.md @@ -119,7 +119,8 @@ Drill down into the JAR files to expose the packages and (decompiled) classes. ### Exploring APIs as an Extender If a project is dependent on a plugin or module, in some cases, the project can also [extend](plugin_extensions.md) the functionality available from the plugin or module. - > See [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies. + > See [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies. + > Dedicated Extension Point Lists specific to IDEs are available under _Part VIII - Product Specific_. > {type="tip"}