diff --git a/docs/shared/recipes/storybook/storybook-composition-setup.md b/docs/shared/recipes/storybook/storybook-composition-setup.md index 61defdb821..235ec6e691 100644 --- a/docs/shared/recipes/storybook/storybook-composition-setup.md +++ b/docs/shared/recipes/storybook/storybook-composition-setup.md @@ -140,7 +140,7 @@ export default config; ### Optional: use `run-commands` and create a `storybook-composition` target -If you want to take advantage of the [`run-commands`](https://nx.dev/api/nx/executors/run-commands) functionality of Nx, you can create a custom target that will invoke the `run-parallel` command for your "composed" Storybook instances. +If you want to take advantage of the [`run-commands`](/nx-api/nx/executors/run-commands) functionality of Nx, you can create a custom target that will invoke the `run-parallel` command for your "composed" Storybook instances. The objective is to end up with a new target in your `main-host`'s `project.json` file (`apps/main-host/project.json`) that looks like this: diff --git a/nx-dev/ui-common/src/lib/header.tsx b/nx-dev/ui-common/src/lib/header.tsx index d45ee1c43a..2775c5a945 100644 --- a/nx-dev/ui-common/src/lib/header.tsx +++ b/nx-dev/ui-common/src/lib/header.tsx @@ -30,7 +30,7 @@ export function Header(): JSX.Element { name: 'Distributed cache & task execution', description: 'Executes tasks remotely on different agents in parallel. Enable remote cache in one command.', - href: '/core-features/distribute-task-execution', + href: '/ci/features/distribute-task-execution', }, { name: 'Recipes',