diff --git a/topics/basics/persisting_state_of_components.md b/topics/basics/persisting_state_of_components.md index 3ca2b02e6..8a141a2b7 100644 --- a/topics/basics/persisting_state_of_components.md +++ b/topics/basics/persisting_state_of_components.md @@ -146,7 +146,7 @@ See [`StoragePathMacros`](%gh-ic%/platform/projectModel-api/src/com/intellij/ope > {type="note"} -The `roamingType` parameter of the `@Storage` annotation specifies the roaming type when the [settings are shared](#sharing-settings-between-ides-installations): +The `roamingType` parameter of the `@Storage` annotation specifies the roaming type when the [settings are shared](#sharing-settings-between-ide-installations): - `RoamingType.DEFAULT` - settings are shared - `RoamingType.PER_OS` - settings are shared per operating system diff --git a/topics/intro/content_updates.md b/topics/intro/content_updates.md index 9126bdec9..51a08d267 100644 --- a/topics/intro/content_updates.md +++ b/topics/intro/content_updates.md @@ -17,7 +17,7 @@ See [GitHub Changelog](https://github.com/JetBrains/intellij-sdk-docs/commits/ma Minor Changes and Additions : -- Add information about [sharing settings](persisting_state_of_components.md#sharing-settings-between-ides-installations) between different IDEs installations. +- Add information about [sharing settings](persisting_state_of_components.md#sharing-settings-between-ide-installations) between different IDEs installations. ### September-22