From 73007307454f4cbbdd5550ede28f2620f957c49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 9 Apr 2025 16:56:19 +0200 Subject: [PATCH] framework.md: add EP link --- topics/tutorials/framework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/tutorials/framework.md b/topics/tutorials/framework.md index 659fed000..4ab6d9a40 100644 --- a/topics/tutorials/framework.md +++ b/topics/tutorials/framework.md @@ -1,4 +1,4 @@ - + # Frameworks @@ -22,7 +22,7 @@ final class DemoFramework extends FrameworkTypeEx { ## Registering Framework -The newly created framework class should be registered as an extension point by adding `com.intellij.framework.type` extension in [`plugin.xml`](%gh-sdk-samples-master%/framework_basics/src/main/resources/META-INF/plugin.xml) configuration file: +The newly created framework class should be registered in in [`plugin.xml`](%gh-sdk-samples-master%/framework_basics/src/main/resources/META-INF/plugin.xml) configuration file: ```xml