documentation.md: DocumentationActionProvider -> upsource

This commit is contained in:
Yann Cébron 2021-06-23 11:53:43 +02:00
parent 37683cd5ed
commit dfe5fac05a

View File

@ -15,7 +15,7 @@ In addition to showing the documentation, the `getQuickNavigateInfo()` method re
when the user hovers over an element with <shortcut>Ctrl</shortcut>/<shortcut>Cmd</shortcut> 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.