From 840f4625638080f4ffea9b7665c407552145f165 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:42:05 -0400 Subject: [PATCH] chore(core): update nx.dev/cli/* to nx.dev/nx/* links (#12607) --- packages/nx/src/command-line/nx-commands.ts | 2 +- packages/nx/src/utils/command-line-utils.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nx/src/command-line/nx-commands.ts b/packages/nx/src/command-line/nx-commands.ts index 67e4f5c344de9..b8158d9b8db71 100644 --- a/packages/nx/src/command-line/nx-commands.ts +++ b/packages/nx/src/command-line/nx-commands.ts @@ -929,7 +929,7 @@ function linkToNxDevAndExamples(yargs: yargs.Argv, command: string) { }); return yargs.epilog( chalk.bold( - `Find more information and examples at https://nx.dev/cli/${command.replace( + `Find more information and examples at https://nx.dev/nx/${command.replace( ':', '-' )}` diff --git a/packages/nx/src/utils/command-line-utils.ts b/packages/nx/src/utils/command-line-utils.ts index 507f18e27a148..a15ded3c03a6a 100644 --- a/packages/nx/src/utils/command-line-utils.ts +++ b/packages/nx/src/utils/command-line-utils.ts @@ -226,7 +226,7 @@ export function splitArgsIntoNxArgsAndOverrides( )} is not meant to be used for any sizable project or to be used in CI.`, '', `${output.dim( - 'Learn more about checking only what is affected: https://nx.dev/cli/affected' + 'Learn more about checking only what is affected: https://nx.dev/nx/affected' )}`, ], });