diff --git a/topics/basics/plugin_structure/plugin_icon_file.md b/topics/basics/plugin_structure/plugin_icon_file.md index 78af9ca8f..59c8b94a9 100644 --- a/topics/basics/plugin_structure/plugin_icon_file.md +++ b/topics/basics/plugin_structure/plugin_icon_file.md @@ -102,9 +102,9 @@ Name the Plugin Logo files according to the following conventions: * pluginIcon_dark.svg is an optional, alternative Plugin Logo for use solely with dark IDE themes. ## Adding Plugin Logo Files to a Plugin Project -The Plugin Logo files must be in the META-INF folder of the plugin distribution file, i.e., the plugin.jar or plugin.zip file you upload to the plugin repository and install into an IDE. +The Plugin Logo files must be packaged in the META-INF folder of the [plugin main JAR file](plugin_content.md). -To include Plugin Logo files in your distribution file, place the Plugin Logo files into a plugin project's resources/META-INF folder. +To include Plugin Logo files, place them into the plugin project's resources/META-INF folder. For example: ![Plugin Logo Files in META-INF folder](resource_directory_structure.png){width="450"}