diff --git a/topics/reference_guide/work_with_icons_and_images.md b/topics/reference_guide/work_with_icons_and_images.md
index 2f25f29c0..f9d4fed22 100644
--- a/topics/reference_guide/work_with_icons_and_images.md
+++ b/topics/reference_guide/work_with_icons_and_images.md
@@ -33,7 +33,8 @@ If custom icons are required, please refer to detailed [design guide](https://je
>
{type="tip"}
-The best way to deal with icons and other image resources is to put them to a dedicated source root marked as Resources Root, say icons or resources.
+In the case of a Gradle-based project, icons should be placed in the resources folder.
+If the project is DevKit-based, the recommended approach is to put icons to a dedicated [source root](https://www.jetbrains.com/help/idea/content-roots.html) marked as Resources Root, say icons or resources.
The `getIcon()` method of [`IconLoader`](%gh-ic%/platform/util/ui/src/com/intellij/openapi/util/IconLoader.java) can be used to access the icons.
The path to the icon passed in as argument to `IconLoader.getIcon()` **must** start with leading `/`.