From 60e979b45d6a8c003599eaeae8f9b9d8188e038a Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 02:05:37 +0000 Subject: [PATCH 1/2] Fix issue: WorkspaceTaskSubType.BROKEN_LINK --- src/content/docs/workers/examples/basic-auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/examples/basic-auth.mdx b/src/content/docs/workers/examples/basic-auth.mdx index 0648bc2ade5dd72..b0bf0d724ed2151 100644 --- a/src/content/docs/workers/examples/basic-auth.mdx +++ b/src/content/docs/workers/examples/basic-auth.mdx @@ -22,7 +22,7 @@ import { TabItem, Tabs } from "~/components"; :::note -This example Worker makes use of the [Node.js Buffer API](/workers/runtime-apis/nodejs/buffer/), which is available as part of the Worker's runtime [Node.js compatibility mode](/workers/runtime-apis/nodejs/). To run this Worker, you will need to [enable the `nodejs_compat` compatibility flag](/workers/runtime-apis/nodejs/#enable-nodejs-with-workers). +This example Worker makes use of the [Node.js Buffer API](/workers/runtime-apis/nodejs/buffer/), which is available as part of the Worker's runtime [Node.js compatibility mode](/workers/runtime-apis/nodejs/). To run this Worker, you will need to [enable the `nodejs_compat` compatibility flag](/workers/runtime-apis/nodejs/#built-in-nodejs-runtime-apis). ::: :::caution[Caution when using in production] From 6e05bda747569c94ab447e5d72f2589ceb642fb8 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Mon, 24 Feb 2025 15:44:48 +0000 Subject: [PATCH 2/2] Update src/content/docs/workers/examples/basic-auth.mdx --- src/content/docs/workers/examples/basic-auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/examples/basic-auth.mdx b/src/content/docs/workers/examples/basic-auth.mdx index b0bf0d724ed2151..d175ce90b08546f 100644 --- a/src/content/docs/workers/examples/basic-auth.mdx +++ b/src/content/docs/workers/examples/basic-auth.mdx @@ -22,7 +22,7 @@ import { TabItem, Tabs } from "~/components"; :::note -This example Worker makes use of the [Node.js Buffer API](/workers/runtime-apis/nodejs/buffer/), which is available as part of the Worker's runtime [Node.js compatibility mode](/workers/runtime-apis/nodejs/). To run this Worker, you will need to [enable the `nodejs_compat` compatibility flag](/workers/runtime-apis/nodejs/#built-in-nodejs-runtime-apis). +This example Worker makes use of the [Node.js Buffer API](/workers/runtime-apis/nodejs/buffer/), which is available as part of the Worker's runtime [Node.js compatibility mode](/workers/runtime-apis/nodejs/). To run this Worker, you will need to [enable the `nodejs_compat` compatibility flag](/workers/configuration/compatibility-flags/#nodejs-compatibility-flag). ::: :::caution[Caution when using in production]