Skip to content

Commit d8772bb

Browse files
authored
Remove broken anchor link
This was removed in #1392 but the link was missed.
1 parent 53c3acf commit d8772bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/reference/cli/unstable_flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This flag enables you to
6161
[import Node.js built-in modules](/runtime/fundamentals/node/#node-built-in-modules)
6262
without a `node:` specifier, as in the example below. You can also use this flag
6363
to enable npm packages without an `npm:` specifier if you are manually managing
64-
your Node.js dependencies ([see `byonm` flag](#--unstable-byonm)).
64+
your Node.js dependencies.
6565

6666
```ts title="example.ts"
6767
import { readFileSync } from "fs";

0 commit comments

Comments
 (0)