diff --git a/topics/reference_guide/custom_language_support/language_injection.md b/topics/reference_guide/custom_language_support/language_injection.md index 573a54f26..880b0ad11 100644 --- a/topics/reference_guide/custom_language_support/language_injection.md +++ b/topics/reference_guide/custom_language_support/language_injection.md @@ -43,7 +43,7 @@ In the following sections, we’ll discuss these three options in more detail. ## IntelliLang -First, please read the available [documentation](https://www.jetbrains.com/help/idea/2021.3/language-injections-settings.html) on IntelliLang. +First, please read the available [documentation](https://www.jetbrains.com/help/idea/language-injections-settings.html) on IntelliLang. A good point to start with is to inspect available language injections that you can find in the IntelliLang settings under Settings | Editor | Language Injections. The injections shown are configured through XML files and loaded automatically.