diff --git a/topics/appendix/api_internal/api_internal.md b/topics/appendix/api_internal/api_internal.md
index 08caccc92..c0072b76f 100644
--- a/topics/appendix/api_internal/api_internal.md
+++ b/topics/appendix/api_internal/api_internal.md
@@ -2,9 +2,11 @@
-Lists private API annotated with ApiStatus.Internal and corresponding replacement.
+Lists private API annotated with ApiStatus.Internal/IntellijInternalApi and corresponding replacement.
-This page lists commonly used API annotated with [`org.jetbrains.annotations.ApiStatus.Internal`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java) which indicates it is _private API_ and must not be used outside of IntelliJ Platform itself:
+This page lists commonly used API annotated with [`org.jetbrains.annotations.ApiStatus.Internal`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java)
+or [`IntellijInternalApi`](%gh-ic%/platform/util/src/com/intellij/openapi/util/IntellijInternalApi.kt)
+which indicates it is _private API_ and must not be used outside of IntelliJ Platform itself:
> _`ApiStatus.Internal` Javadoc:_
>