From 8e75908ed2d4d50c7fbab7917d1c5be27a69c5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 26 Feb 2025 17:14:25 +0100 Subject: [PATCH] update GH link --- .../gradle_intellij_plugin/tools_gradle_intellij_plugin.md | 6 +++--- .../tools_gradle_intellij_plugin_build_features.md | 2 +- .../tools_intellij_platform_gradle_plugin.md | 2 +- ...ols_intellij_platform_gradle_plugin_gradle_properties.md | 4 ++-- topics/basics/plugin_structure/plugin_dependencies.md | 4 ++-- topics/products/goland/goland.md | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md index 7c1d95a27..236d53e00 100644 --- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md +++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md @@ -7,7 +7,7 @@ **Current Release**: %gradle-intellij-plugin-version% -**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues) +**GitHub**: [Releases & Changelog](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases), [Issue Tracker](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues) @@ -35,8 +35,8 @@ The plugin provides functionalities like: > Please see also [](tools_gradle_intellij_plugin_faq.md) and [](tools_gradle_intellij_plugin_examples.md). > -> Before visiting the [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues), update both plugin and Gradle to the latest versions. -> Please see [CONTRIBUTING](https://github.com/JetBrains/gradle-intellij-plugin/blob/master/CONTRIBUTING.md) on how to submit feedback and contribute to this project. +> Before visiting the [Issue Tracker](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues), update both plugin and Gradle to the latest versions. +> Please see [CONTRIBUTING](https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/master/CONTRIBUTING.md) on how to submit feedback and contribute to this project. > ## Usage diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_build_features.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_build_features.md index fa360f0a2..51af89469 100644 --- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_build_features.md +++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_build_features.md @@ -59,7 +59,7 @@ org.jetbrains.intellij.buildFeature.paidPluginSearchableOptionsWarning=false Checks whether the currently used Gradle IntelliJ Plugin is outdated and if a new release is available. The plugin performs an update check on every run asking the GitHub Releases page for the redirection URL -to the latest version with `HEAD` HTTP request: `https://github.com/jetbrains/gradle-intellij-plugin/releases/latest`. +to the latest version with `HEAD` HTTP request: `https://github.com/JetBrains/intellij-platform-gradle-plugin/releases/latest`. If the current version is outdated, the plugin will emit a warning with its current and the latest version. diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md index aec289da1..224e179e6 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md @@ -8,7 +8,7 @@ **Current Release**: %intellij-platform-gradle-plugin-version% -**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues) +**GitHub**: [Releases & Changelog](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases), [Issue Tracker](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues) **JetBrains Platform Forum**: [Gradle Build Scripts](https://platform.jetbrains.com/c/intellij-platform/gradle-build-scripts/6) category diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_gradle_properties.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_gradle_properties.md index bcc9664bd..f32c0f22a 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_gradle_properties.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_gradle_properties.md @@ -1,4 +1,4 @@ - + # Gradle Properties @@ -146,7 +146,7 @@ org.jetbrains.intellij.platform.productsReleasesJetBrainsIdesUrl=https://... Checks whether the currently used IntelliJ Platform Gradle Plugin is outdated and if a new release is available. The plugin performs an update check on every run asking the GitHub Releases page for the redirection URL -to the latest version with `HEAD` HTTP request: [](https://github.com/jetbrains/gradle-intellij-plugin/releases/latest). +to the latest version with `HEAD` HTTP request: [](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases/latest). If the current version is outdated, the plugin will emit a warning with its current and the latest version. diff --git a/topics/basics/plugin_structure/plugin_dependencies.md b/topics/basics/plugin_structure/plugin_dependencies.md index 716c2f311..3c9b8b7d8 100644 --- a/topics/basics/plugin_structure/plugin_dependencies.md +++ b/topics/basics/plugin_structure/plugin_dependencies.md @@ -1,4 +1,4 @@ - + # Plugin Dependencies @@ -163,7 +163,7 @@ intellij { -> Transitive dependencies required for tests must currently be [specified explicitly](https://github.com/JetBrains/gradle-intellij-plugin/issues/38). +> Transitive dependencies required for tests must currently be [specified explicitly](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/38). > {style="note"} diff --git a/topics/products/goland/goland.md b/topics/products/goland/goland.md index 2fc9f6e88..b5bc070ab 100644 --- a/topics/products/goland/goland.md +++ b/topics/products/goland/goland.md @@ -1,4 +1,4 @@ - + # GoLand Plugin Development @@ -139,7 +139,7 @@ Test your plugin with any version of GoLand you intend to support. ## GoLand Test Framework -Please see [this issue](https://github.com/JetBrains/gradle-intellij-plugin/issues/477#issuecomment-845022914) for required additional dependency setup. +Please see [this issue](https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/477#issuecomment-845022914) for required additional dependency setup. ## Open Source Plugins for GoLand