diff --git a/topics/reference_guide/custom_language_support/language_injection.md b/topics/reference_guide/custom_language_support/language_injection.md index d97f47cb7..d2d8eb1ed 100644 --- a/topics/reference_guide/custom_language_support/language_injection.md +++ b/topics/reference_guide/custom_language_support/language_injection.md @@ -49,7 +49,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/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. +A good point to start with is to inspect available language injections that you can find in the IntelliLang settings under Settings/Preferences | Editor | Language Injections. The injections shown are configured through XML files and loaded automatically. ### Example diff --git a/topics/tutorials/code_inspections.md b/topics/tutorials/code_inspections.md index a71e2836d..28f6c27a2 100644 --- a/topics/tutorials/code_inspections.md +++ b/topics/tutorials/code_inspections.md @@ -127,7 +127,7 @@ Implicit in using [`LocalInspectionTool`](upsource:///platform/analysis-api/src/ > To open related [settings](settings.md) directly from the inspection description, add a link with `settings://$CONFIGURABLE_ID$`, optionally followed by `?$SEARCH_STRING$` to pre-select UI element: > -> `See Includes tab in Settings | Editor | File and Code Templates to configure.` +> `See Includes tab in Settings/Preferences | Editor | File and Code Templates to configure.` > {type="tip"}