diff --git a/topics/reference_guide/custom_language_support/documentation.md b/topics/reference_guide/custom_language_support/documentation.md index 87f9ea935..86f0c50e6 100644 --- a/topics/reference_guide/custom_language_support/documentation.md +++ b/topics/reference_guide/custom_language_support/documentation.md @@ -15,7 +15,7 @@ In addition to showing the documentation, the `getQuickNavigateInfo()` method re when the user hovers over an element with Ctrl/Cmd pressed. Custom actions can also be added to documentation inlays and documentation popups via -`com.intellij.codeInsight.documentation.DocumentationActionProvider` registered in the +[`DocumentationActionProvider`](upsource:///platform/lang-impl/src/com/intellij/codeInsight/documentation/DocumentationActionProvider.java) registered in the `com.intellij.documentationActionProvider` extension point.