diff --git a/topics/basics/plugin_structure/plugin_dependencies.md b/topics/basics/plugin_structure/plugin_dependencies.md
index efd5d5dc1..5a4e7720a 100644
--- a/topics/basics/plugin_structure/plugin_dependencies.md
+++ b/topics/basics/plugin_structure/plugin_dependencies.md
@@ -1,7 +1,7 @@
-# Plugin Dependencies
-
+# Plugin Dependencies
+
Declaring dependencies on other IntelliJ Platform-based plugins.
A plugin may depend on classes from other plugins, either bundled, third-party, or by the same author.
@@ -50,19 +50,19 @@ Bundled plugins are located in $PRODUCT_ROOT$/plugins/$PLUGIN_NAME$/lib/$P
The following table lists some commonly used bundled plugins and their ID.
See also [](extension_point_list.md#intellij-community-plugins) and [](plugin_compatibility.md#modules-specific-to-functionality).
-| Plugin Name | Plugin ID | Related Documentation |
-|---------------------------|---------------------------------|---------------------------|
-| Copyright | `com.intellij.copyright` | |
-| CSS | `com.intellij.css` | |
-| Database Tools and SQL | `com.intellij.database` | [](data_grip.md) |
-| IntelliLang | `org.intellij.intelliLang` | [](language_injection.md) |
-| Java | `com.intellij.java` | [](idea.md#java) |
-| JavaScript and TypeScript | `JavaScript` | |
-| Kotlin | `org.jetbrains.kotlin` | [](using_kotlin.md) |
-| Markdown | `org.intellij.plugins.markdown` | |
-| Maven | `org.jetbrains.idea.maven` | |
-| Spring | `com.intellij.spring` | [](spring_api.md) |
-| Spring Boot | `com.intellij.spring.boot` | [](spring_api.md) |
+| Plugin Name | Plugin ID | Related Documentation |
+|---------------------------|---------------------------------|-------------------------------|
+| Copyright | `com.intellij.copyright` | |
+| CSS | `com.intellij.css` | [](webstorm.md) |
+| Database Tools and SQL | `com.intellij.database` | [](data_grip.md) |
+| IntelliLang | `org.intellij.intelliLang` | [](language_injection.md) |
+| Java | `com.intellij.java` | [](idea.md#java) |
+| JavaScript and TypeScript | `JavaScript` | [](webstorm.md) |
+| Kotlin | `org.jetbrains.kotlin` | [](using_kotlin.md) |
+| Markdown | `org.intellij.plugins.markdown` | |
+| Maven | `org.jetbrains.idea.maven` | |
+| Spring | `com.intellij.spring` | [](spring_api.md) |
+| Spring Boot | `com.intellij.spring.boot` | [](spring_api.md#spring-boot) |
### Preparing Sandbox