From 9c29526ca3954a2ced92f45f09b9acba5ba72328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 16 Sep 2020 12:13:41 +0200 Subject: [PATCH] live_templates/README: fix TemplateContextType upsource link --- live_templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live_templates/README.md b/live_templates/README.md index 979c973c6..4481e0204 100644 --- a/live_templates/README.md +++ b/live_templates/README.md @@ -27,5 +27,5 @@ Live Templates Sample Project implements two example live templates for the Mark [file:MarkdownContext]: ./src/main/java/org/intellij/sdk/liveTemplates/MarkdownContext.java [file:TitleCaseMacro]: ./src/main/java/org/intellij/sdk/liveTemplates/TitleCaseMacro.java -[sdk:TemplateContextType]: upsource:///platform/analysis-api/src/com/intellij/codeInsight/template/TemplateContextType.java +[sdk:TemplateContextType]: upsource:///platform/lang-api/src/com/intellij/codeInsight/template/TemplateContextType.java [sdk:MacroBase]: upsource:///platform/lang-impl/src/com/intellij/codeInsight/template/macro/MacroBase.java