persisting_state_of_components.md: fix invalid anchor

This commit is contained in:
Karol Lewandowski 2022-10-27 13:01:32 +02:00
parent c0688b121d
commit 42f6dae97c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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