Skip to content

Commit c398429

Browse files
Hyperlint Automation: Broken Link Fixes (#20076)
* Fix issue: WorkspaceTaskSubType.BROKEN_LINK * Update src/content/docs/workers/examples/basic-auth.mdx --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: ToriLindsay <[email protected]>
1 parent c8fe2e5 commit c398429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/examples/basic-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { TabItem, Tabs } from "~/components";
2222

2323
:::note
2424

25-
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).
25+
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).
2626
:::
2727

2828
:::caution[Caution when using in production]

0 commit comments

Comments
 (0)