From 73a5fabb15e4257cf6985a5f1459cab757132a46 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 10 Feb 2025 16:07:28 +0100 Subject: [PATCH] rubymine.md: Fix link --- topics/products/rubymine/rubymine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/products/rubymine/rubymine.md b/topics/products/rubymine/rubymine.md index 18e6bec9f..ddb8138d1 100644 --- a/topics/products/rubymine/rubymine.md +++ b/topics/products/rubymine/rubymine.md @@ -45,7 +45,7 @@ dependencies { -The configuration of RubyMine plugin projects follows the methods described in [Configuring Plugin Projects using the IntelliJ IDEA Product Attribute](dev_alternate_products.md#configuring-plugin-projects-using-the-intellij-idea-product-attribute) and [Configuring the plugin.xml File](dev_alternate_products.md#configuring-pluginxml). +The configuration of RubyMine plugin projects follows the methods described in [](dev_alternate_products.md#using-the-intellij-idea-product-attribute) and [Configuring the plugin.xml File](dev_alternate_products.md#configuring-pluginxml). The table below summarizes the [](tools_gradle_intellij_plugin.md) attributes to set in the Gradle build script for a RubyMine plugin project. Click on an entry in the table's *Attribute* column to go to the documentation about that attribute.