diff --git a/topics/tutorials/build_system/deployment.md b/topics/tutorials/build_system/deployment.md index 25d0961ef..f88b72fc3 100644 --- a/topics/tutorials/build_system/deployment.md +++ b/topics/tutorials/build_system/deployment.md @@ -2,7 +2,7 @@ -Once you have configured Gradle support, you can automatically build and deploy your plugin to the [JetBrains Plugins Repository](https://plugins.jetbrains.com). +Once you have [configured Gradle support](gradle_guide.md), you can automatically build and deploy your plugin to the [JetBrains Plugins Repository](https://plugins.jetbrains.com). To automatically deploy a plugin, you need to have _already published the plugin to the plugin repository at least once._ Please see the guide page for manually [publishing a plugin](publishing_plugin.md) for the first time and [Building Distribution](#building-distribution) on obtaining the initial plugin distribution artifact.