From 8ce39789c04a1fe3e1e8d9bbc917452a1fe3dff0 Mon Sep 17 00:00:00 2001 From: Sarah Haggarty Date: Mon, 11 Sep 2023 17:28:45 +0200 Subject: [PATCH] chore: fix Gradle getting started link --- docs/topics/gradle/gradle-compilation-and-caches.md | 2 +- docs/topics/gradle/gradle-compiler-options.md | 2 +- docs/topics/gradle/gradle-configure-project.md | 4 ++-- docs/topics/gradle/gradle-plugin-variants.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/topics/gradle/gradle-compilation-and-caches.md b/docs/topics/gradle/gradle-compilation-and-caches.md index ca0a9a2eccf..26d32b10f29 100644 --- a/docs/topics/gradle/gradle-compilation-and-caches.md +++ b/docs/topics/gradle/gradle-compilation-and-caches.md @@ -542,5 +542,5 @@ your `gradle.properties`. ## What's next? Learn more about: -* [Gradle basics and specifics](https://docs.gradle.org/current/userguide/getting_started.html). +* [Gradle basics and specifics](https://docs.gradle.org/current/userguide/userguide.html). * [Support for Gradle plugin variants](gradle-plugin-variants.md). \ No newline at end of file diff --git a/docs/topics/gradle/gradle-compiler-options.md b/docs/topics/gradle/gradle-compiler-options.md index acb001588bc..7b8a54928db 100644 --- a/docs/topics/gradle/gradle-compiler-options.md +++ b/docs/topics/gradle/gradle-compiler-options.md @@ -309,5 +309,5 @@ Some of the `compilerOptions` use the new types instead of the `String` type: Learn more about: * [Incremental compilation, caches support, build reports, and the Kotlin daemon](gradle-compilation-and-caches.md). -* [Gradle basics and specifics](https://docs.gradle.org/current/userguide/getting_started.html). +* [Gradle basics and specifics](https://docs.gradle.org/current/userguide/userguide.html). * [Support for Gradle plugin variants](gradle-plugin-variants.md). \ No newline at end of file diff --git a/docs/topics/gradle/gradle-configure-project.md b/docs/topics/gradle/gradle-configure-project.md index dc599786a3a..ccc64f9129b 100644 --- a/docs/topics/gradle/gradle-configure-project.md +++ b/docs/topics/gradle/gradle-configure-project.md @@ -1,6 +1,6 @@ [//]: # (title: Configure a Gradle project) -To build a Kotlin project with [Gradle](https://docs.gradle.org/current/userguide/getting_started.html), +To build a Kotlin project with [Gradle](https://docs.gradle.org/current/userguide/userguide.html), you need to add the [Kotlin Gradle plugin](#apply-the-plugin) to your build script file `build.gradle(.kts)` and [configure the project's dependencies](#configure-dependencies) there. @@ -1150,5 +1150,5 @@ dependencies { Learn more about: * [Compiler options and how to pass them](gradle-compiler-options.md). * [Incremental compilation, caches support, build reports, and the Kotlin daemon](gradle-compilation-and-caches.md). -* [Gradle basics and specifics](https://docs.gradle.org/current/userguide/getting_started.html). +* [Gradle basics and specifics](https://docs.gradle.org/current/userguide/userguide.html). * [Support for Gradle plugin variants](gradle-plugin-variants.md). diff --git a/docs/topics/gradle/gradle-plugin-variants.md b/docs/topics/gradle/gradle-plugin-variants.md index 7b408bea4f4..c5f39e10f64 100644 --- a/docs/topics/gradle/gradle-plugin-variants.md +++ b/docs/topics/gradle/gradle-plugin-variants.md @@ -156,4 +156,4 @@ Otherwise, you will receive an error similar to this: ## What's next? -Learn more about [Gradle basics and specifics](https://docs.gradle.org/current/userguide/getting_started.html). +Learn more about [Gradle basics and specifics](https://docs.gradle.org/current/userguide/userguide.html).