diff --git a/topics/products/clion/clion.md b/topics/products/clion/clion.md index 42c1b31bc..22a24fec2 100644 --- a/topics/products/clion/clion.md +++ b/topics/products/clion/clion.md @@ -9,7 +9,7 @@ [CLion](https://www.jetbrains.com/clion/) is an IntelliJ Platform-based product. -Plugin projects for CLion can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md). +Plugin projects for CLion can be developed using [IntelliJ IDEA](idea.md). diff --git a/topics/products/datagrip/data_grip.md b/topics/products/datagrip/data_grip.md index 86a85a7ce..b13d9c614 100644 --- a/topics/products/datagrip/data_grip.md +++ b/topics/products/datagrip/data_grip.md @@ -9,7 +9,7 @@ [DataGrip](https://www.jetbrains.com/datagrip/) is an IntelliJ Platform-based product. -Plugin projects targeting DataGrip can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md). +Plugin projects targeting DataGrip can be developed using [IntelliJ IDEA](idea.md). diff --git a/topics/products/goland/goland.md b/topics/products/goland/goland.md index c1121a62d..73c716872 100644 --- a/topics/products/goland/goland.md +++ b/topics/products/goland/goland.md @@ -9,7 +9,7 @@ [GoLand](https://www.jetbrains.com/go/) is an IntelliJ Platform-based product. -Plugin projects for GoLand can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md). +Plugin projects for GoLand can be developed using [IntelliJ IDEA](idea.md). diff --git a/topics/products/phpstorm/phpstorm.md b/topics/products/phpstorm/phpstorm.md index 44591510d..4711171c2 100644 --- a/topics/products/phpstorm/phpstorm.md +++ b/topics/products/phpstorm/phpstorm.md @@ -9,7 +9,7 @@ [PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product. -This page describes configuring plugin projects targeting PhpStorm. +Plugin projects targeting PhpStorm can be developed using [IntelliJ IDEA](idea.md). diff --git a/topics/products/pycharm/pycharm.md b/topics/products/pycharm/pycharm.md index 3b1b1a714..29dc24739 100644 --- a/topics/products/pycharm/pycharm.md +++ b/topics/products/pycharm/pycharm.md @@ -9,7 +9,7 @@ [PyCharm](https://www.jetbrains.com/pycharm/) is an IntelliJ Platform-based product. -Plugin projects for PyCharm can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md). +Plugin projects for PyCharm can be developed using [IntelliJ IDEA](idea.md). diff --git a/topics/products/rubymine/rubymine.md b/topics/products/rubymine/rubymine.md index 104c6f519..28da7f17b 100644 --- a/topics/products/rubymine/rubymine.md +++ b/topics/products/rubymine/rubymine.md @@ -9,7 +9,7 @@ [RubyMine](https://www.jetbrains.com/ruby/) is an IntelliJ Platform-based product. -Plugin projects for RubyMine can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md). +Plugin projects for RubyMine can be developed using [IntelliJ IDEA](idea.md). diff --git a/topics/products/webstorm/webstorm.md b/topics/products/webstorm/webstorm.md index 95dff61d2..5099e60dd 100644 --- a/topics/products/webstorm/webstorm.md +++ b/topics/products/webstorm/webstorm.md @@ -9,7 +9,7 @@ [WebStorm](https://www.jetbrains.com/webstorm/) is an IntelliJ Platform-based product. -Plugin projects for WebStorm can be developed using IntelliJ IDEA with the [](tools_gradle_intellij_plugin.md). +Plugin projects for WebStorm can be developed using [IntelliJ IDEA](idea.md). > Follow [Building a Plugin for WebStorm – Tutorial for JavaScript Developers](learning_resources.md#articles) blog post series to get started > and [How To Build a Plugin for JetBrains IDEs (Analog.js Example)](learning_resources.md#webinars) webinar.