docs(core): fix home page link (#20596)

This commit is contained in:
Isaac Mann 2023-12-06 02:22:57 -05:00 committed by GitHub
parent 5a0b5d275a
commit 199cf842f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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',