diff --git a/topics/appendix/resources/useful_links.md b/topics/appendix/resources/useful_links.md
index a306d505b..22d9f0687 100644
--- a/topics/appendix/resources/useful_links.md
+++ b/topics/appendix/resources/useful_links.md
@@ -1,4 +1,4 @@
-
+
# Useful Links
@@ -8,7 +8,7 @@ The following links represent useful resources for working with the IntelliJ Pla
### Tooling
-> Use [Writerside](https://www.jetbrains.com/writerside/) to create and publish documentation for your plugin.
+> Use [Writerside](https://plugins.jetbrains.com/plugin/20158-writerside) to create and publish documentation for your plugin.
>
{style="note"}
diff --git a/topics/intro/intellij_platform.md b/topics/intro/intellij_platform.md
index ad988fd79..3132b00ff 100644
--- a/topics/intro/intellij_platform.md
+++ b/topics/intro/intellij_platform.md
@@ -1,4 +1,4 @@
-
+
# The IntelliJ Platform
@@ -79,7 +79,6 @@ The following IDEs are based on the IntelliJ Platform:
* [RubyMine](rubymine.md)
* [RustRover](https://www.jetbrains.com/rust/)
* [WebStorm](webstorm.md)
- * [Writerside](https://www.jetbrains.com/writerside/)
* [Android Studio](android_studio.md) IDE from Google
* [Comma](https://commaide.com/) IDE for Raku (formerly known as Perl 6)
* [Jmix Studio](https://www.jmix.io/tools/)
diff --git a/topics/intro/sdk_style.md b/topics/intro/sdk_style.md
index 5f681a3df..a2b746a51 100644
--- a/topics/intro/sdk_style.md
+++ b/topics/intro/sdk_style.md
@@ -18,7 +18,7 @@ To verify grammar and correct spelling, it is highly recommended to use [Grazie
## Documentation Markup
-The documentation project is using [Writerside](https://www.jetbrains.com/writerside), so the plugin should be installed to have full support in the IDE.
+The documentation project is using [Writerside](https://plugins.jetbrains.com/plugin/20158-writerside), so the plugin should be installed to have full support in the IDE.
The topic files themselves are [Markdown](https://github.github.com/gfm/) files (
Use tips <tip></tip>
to add links to additional materials, sources, useful
facts, and examples:
Use notes <note></note>
to highlight important information like
@@ -420,7 +420,7 @@
Provide code snippets along the article to help developers implement the described look and behavior.
If a code snippet is too big, put it at the end of the article and provide a link.
To insert a snippet, use <code-block></code-block>
. Read more in Writerside documentation.