We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ec111 commit 081cb11Copy full SHA for 081cb11
1 file changed
astro-docs/src/content/docs/reference/glossary.mdoc
@@ -29,7 +29,7 @@ Atomizer automatically splits tasks on [Nx Agents](#nx-agents), providing you de
29
A way to run multiple [tasks](#task) in a single process instead of spawning a separate process for each one.
30
Batch mode reduces per-process startup overhead and lets tools like `tsc` and Gradle share state across tasks.
31
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.
+Not all plugin executors support batch mode, check the specific plugin [technology page](/docs/plugin-registry) to see if it's supported.
33
34
### Buildable library
35
0 commit comments