Skip to content

Commit d69838e

Browse files
committed
Fix docs link
1 parent 507bcb9 commit d69838e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/api.v1.remote-build-provider-status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function loader() {
1515
{
1616
status: "degraded",
1717
message:
18-
"Our remote build provider is currently facing issues. You can use the `--force-local-build` flag to build and deploy the image locally. Read more about local builds here: https://docs.trigger.dev/deploy/local-builds",
18+
"Our remote build provider is currently facing issues. You can use the `--force-local-build` flag to build and deploy the image locally. Read more about local builds here: https://trigger.dev/docs/deployment/overview#local-builds",
1919
} satisfies RemoteBuildProviderStatusResponseBody,
2020
{ status: 200 }
2121
);

0 commit comments

Comments
 (0)