From ee276413b861ae088eb11a0dea5d12a2e34aff26 Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Tue, 6 May 2025 13:50:17 +0100 Subject: [PATCH] docs(gradle): fix link in overview doc (#31073) ## Current Behavior The link to Continuous Tasks is pointing to a preview site. ## Expected Behavior The link should remain on the production site. --- docs/generated/packages/gradle/documents/overview.md | 2 +- docs/shared/packages/gradle/gradle-plugin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generated/packages/gradle/documents/overview.md b/docs/generated/packages/gradle/documents/overview.md index a0cb99e593..789fcdcb83 100644 --- a/docs/generated/packages/gradle/documents/overview.md +++ b/docs/generated/packages/gradle/documents/overview.md @@ -170,7 +170,7 @@ The `@nx/gradle` plugin will automatically split your testing tasks by test clas ### Continuous Tasks -Gradle doesn't have a standard way to identify tasks which are [continuous](https://nx-dev-git-docs-gradle-publish-nrwl.vercel.app/reference/project-configuration#continuous), like `bootRun` for serving a Spring Boot project. To ensure Nx handles these continuous tasks correctly, you can explicitly mark them as continuous. +Gradle doesn't have a standard way to identify tasks which are [continuous](/reference/project-configuration#continuous), like `bootRun` for serving a Spring Boot project. To ensure Nx handles these continuous tasks correctly, you can explicitly mark them as continuous. {% tabs %} {% tab label="nx.json" %} diff --git a/docs/shared/packages/gradle/gradle-plugin.md b/docs/shared/packages/gradle/gradle-plugin.md index a0cb99e593..789fcdcb83 100644 --- a/docs/shared/packages/gradle/gradle-plugin.md +++ b/docs/shared/packages/gradle/gradle-plugin.md @@ -170,7 +170,7 @@ The `@nx/gradle` plugin will automatically split your testing tasks by test clas ### Continuous Tasks -Gradle doesn't have a standard way to identify tasks which are [continuous](https://nx-dev-git-docs-gradle-publish-nrwl.vercel.app/reference/project-configuration#continuous), like `bootRun` for serving a Spring Boot project. To ensure Nx handles these continuous tasks correctly, you can explicitly mark them as continuous. +Gradle doesn't have a standard way to identify tasks which are [continuous](/reference/project-configuration#continuous), like `bootRun` for serving a Spring Boot project. To ensure Nx handles these continuous tasks correctly, you can explicitly mark them as continuous. {% tabs %} {% tab label="nx.json" %}