diff --git a/reference_guide/api_changes_list.md b/reference_guide/api_changes_list.md index 57127694d..223675d1b 100644 --- a/reference_guide/api_changes_list.md +++ b/reference_guide/api_changes_list.md @@ -90,7 +90,8 @@ For API annotated with `ApiStatus.@Internal`, see [](api_internal.md) for more d ## Known Breaking Changes -> Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements. +> [Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements. +> Also follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/). > {type="tip"} diff --git a/topics/appendix/api_notable/api_notable.md b/topics/appendix/api_notable/api_notable.md index 2e8b09ed9..3c677cc2e 100644 --- a/topics/appendix/api_notable/api_notable.md +++ b/topics/appendix/api_notable/api_notable.md @@ -6,7 +6,8 @@ The following pages list notable changes and new features in IDE releases. Plugin authors are encouraged to verify their compatible releases take advantage of the latest API additions. -> Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements. +> [Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements. +> Also follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/). > {type="tip"} diff --git a/topics/intro/content_updates.md b/topics/intro/content_updates.md index d1948b162..bfbbdacb7 100644 --- a/topics/intro/content_updates.md +++ b/topics/intro/content_updates.md @@ -5,7 +5,8 @@ This page lists notable additions and updates to the SDK documentation and [](co See [GitHub Changelog](https://github.com/JetBrains/intellij-sdk-docs/commits/main) ([RSS](https://github.com/JetBrains/intellij-sdk-docs/commits/main.atom)) for a detailed changelog. -> Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements. +> [Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements. +> Also follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/). > {type="tip"} diff --git a/topics/intro/welcome.md b/topics/intro/welcome.md index f5429d5de..b9476e04e 100644 --- a/topics/intro/welcome.md +++ b/topics/intro/welcome.md @@ -55,11 +55,12 @@ Please see [Getting Help](getting_help.md) if you encounter bugs in this guide o {type="note"} See [Content Updates](content_updates.md) for the latest changes. -Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements. + +[Subscribe to Marketplace Developer News](https://jb.gg/mp-updates) to receive news and announcements. +Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/). Upgrading your plugin to the latest platform release? Make sure to check [Incompatible Changes](api_changes_list.md) as well as [Notable Changes and Features](api_notable.md). -Verify your plugin follows guidelines from [Dynamic Plugins](dynamic_plugins.md) to allow installing/updating without IDE restarts. ## Contribute