Skip to content

Commit ae89fcc

Browse files
committed
Fix a broken link in the migration guide
1 parent 23fb9af commit ae89fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Writerside/topics/Migrating-from-K1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ be time-consuming. This migration guide outlines the differences between the API
99
descriptor-based resolution logic to the Analysis API.
1010

1111
Once an IntelliJ plugin has been migrated to the Analysis API, it will need to [declare its compatibility with the K2
12-
Kotlin mode](#declaring-compatibility-with-the-k2-kotlin-mode). Otherwise, the plugin will not be loaded when the K2
13-
mode is active.
12+
Kotlin mode](Declaring-K2-Compatibility.md) in the `plugin.xml`.
13+
Otherwise, the plugin will not be loaded when the K2 mode is active.
1414

1515
## The Conceptual Difference
1616

0 commit comments

Comments
 (0)