From dfe5fac05aa182b3dd54bcff995b4052ea9d2a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 23 Jun 2021 11:53:43 +0200 Subject: [PATCH] documentation.md: DocumentationActionProvider -> upsource --- topics/reference_guide/custom_language_support/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.