Skip to content

Commit d10799f

Browse files
committed
chore: fix gradle cookbook URL
1 parent 1176165 commit d10799f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/gradle/gradle-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Set up a CI/CD process to significantly reduce build time by using incremental b
127127
persistent storage or use a remote build cache to see these benefits. This process doesn't have to be time-consuming,
128128
as some providers, like [GitHub](https://github.com/features/actions), offer this service almost out of the box.
129129

130-
Explore Gradle's community cookbook on [Using Gradle with Continuous Integration systems](https://community.gradle.org/cookbook/ci/).
130+
Explore Gradle's community cookbook on [Using Gradle with Continuous Integration systems](https://cookbook.gradle.org/ci/).
131131

132132
### Use remote build cache
133133
<primary-label ref="advanced"/>

0 commit comments

Comments
 (0)