Skip to content

Commit 081cb11

Browse files
authored
docs(misc): fix link to plugin registry from batch mode definition (#35428)
PR to fix broken link. The plugin registry is the obvious page to link to from the batch mode definition. Fixes DOC-491
1 parent 04ec111 commit 081cb11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro-docs/src/content/docs/reference/glossary.mdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Atomizer automatically splits tasks on [Nx Agents](#nx-agents), providing you de
2929
A way to run multiple [tasks](#task) in a single process instead of spawning a separate process for each one.
3030
Batch mode reduces per-process startup overhead and lets tools like `tsc` and Gradle share state across tasks.
3131
Enable it by setting `NX_BATCH_MODE=true` or passing `--batch`.
32-
Not all plugin executors support batch mode, check the specific plugin [technology page](/docs/technologies-tools) to see if it's supported.
32+
Not all plugin executors support batch mode, check the specific plugin [technology page](/docs/plugin-registry) to see if it's supported.
3333

3434
### Buildable library
3535

0 commit comments

Comments
 (0)