live_templates/README: fix TemplateContextType upsource link

This commit is contained in:
Yann Cébron 2020-09-16 12:13:41 +02:00
parent 9998c8205b
commit 9c29526ca3

View File

@ -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