diff --git a/content/tools-in-intellij/reading/gradle/index.md b/content/tools-in-intellij/reading/gradle/index.md index 9a9cce1..4b4c9dc 100644 --- a/content/tools-in-intellij/reading/gradle/index.md +++ b/content/tools-in-intellij/reading/gradle/index.md @@ -26,7 +26,7 @@ So far we have included Gradle in our Spring Boot projects. You can also import Gradle using the terminal. Instruction on that is beyond the scope of this class. - Here is [documentation](https://spring.io/guides/gs/gradle/) on this process if you are curious. + Here is [documentation](https://docs.gradle.org/current/userguide/part1_gradle_init.html) on this process if you are curious. {{% /notice %}}