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 533a5c641..63aee1117 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 @@ -79,7 +79,7 @@ For switching to the snapshot release, point Gradle to the dedicated snapshot re > The current Gradle IntelliJ Plugin Snapshot version is ![GitHub Snapshot Release](https://img.shields.io/nexus/s/org.jetbrains.intellij/org.jetbrains.intellij.gradle.plugin?server=https://oss.sonatype.org) > -> To make sure you obtain the latest snapshot version, invoke Gradle using `--refresh-dependencies` option (see [Gradle Documentation](https://docs.gradle.org/current/userguide/dependency_management.html#sec:refreshing-dependencies)). +> To make sure you obtain the latest snapshot version, invoke Gradle using `--refresh-dependencies` option. > {type="note"}