Skip to content

Commit

Permalink
chore: fix Gradle getting started link
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Sep 11, 2023
1 parent b3026ad commit 8ce3978
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/topics/gradle/gradle-compilation-and-caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docs/topics/gradle/gradle-compiler-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions docs/topics/gradle/gradle-configure-project.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docs/topics/gradle/gradle-plugin-variants.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 8ce3978

Please sign in to comment.