From abadd18283b67bf2a0cf0941d943660d497d9e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 13 Mar 2023 11:55:38 +0100 Subject: [PATCH] documentation.md: update DocumentationTarget link --- 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 22585d5cc..8991ef5f5 100644 --- a/topics/reference_guide/custom_language_support/documentation.md +++ b/topics/reference_guide/custom_language_support/documentation.md @@ -10,7 +10,7 @@ -> Plugins targeting 2023.1 and later only should use [`DocumentationTarget`](%gh-ic-master%/platform/lang-impl/src/com/intellij/platform/documentation/DocumentationTarget.kt) +> Plugins targeting 2023.1 and later only should use [`DocumentationTarget`](%gh-ic-master%/platform/lang-impl/src/com/intellij/platform/backend/documentation/DocumentationTarget.kt) > API provided via `com.intellij.platform.documentation.targetProvider` extension point instead. > This page will be updated shortly with more information.