diff --git a/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md b/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md
index 11f805a59..91809a4d2 100644
--- a/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md
+++ b/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md
@@ -115,7 +115,7 @@ There are two classes built on the *template method* pattern that simplify imple
Note that [`AbstractExternalProjectImportBuilder`](%gh-ic%/java/idea-ui/src/com/intellij/openapi/externalSystem/service/project/wizard/AbstractExternalProjectImportBuilder.java) is built on top of the 'external system settings' controls.
-Concrete implementations should be registered in [`com.intellij.projectImportBuilder`](https://jb.gg/ipe?extensions=com.intellij.projectImportBuilder) and [`com.intellij.projectImportProvider`](https://jb.gg/ipe?extensions=com.intellij.projectImportProvider) extension points accordingly.
+Concrete implementations should be registered in and accordingly.
Example of the project import provider and builder for Gradle: