From 42f6dae97c95af13b64d5223a5aba9f7fa01bad7 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 27 Oct 2022 13:01:32 +0200 Subject: [PATCH] persisting_state_of_components.md: fix invalid anchor --- topics/basics/persisting_state_of_components.md | 2 +- topics/intro/content_updates.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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