Skip to content

Commit

Permalink
chore(core): update nx.dev/cli/* to nx.dev/nx/* links (#12607)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Oct 14, 2022
1 parent 53da7b5 commit 840f462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/nx-commands.ts
Expand Up @@ -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(
':',
'-'
)}`
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/src/utils/command-line-utils.ts
Expand Up @@ -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'
)}`,
],
});
Expand Down

1 comment on commit 840f462

@vercel
Copy link

@vercel vercel bot commented on 840f462 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.