Skip to content

Commit

Permalink
fix(misc): update URL to point to live page for plugin registry (#16817)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored May 5, 2023
1 parent d087352 commit c4e51ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/list/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function listHandler(args: ListArgs): Promise<void> {
bodyLines: [
'Looking for a technology / framework not listed above?',
'There are many excellent plugins matintained by the Nx community.',
'Search for the one you need here: https://nx.dev/community.',
'Search for the one you need here: https://nx.dev/plugins/registry.',
],
});

Expand Down

1 comment on commit c4e51ed

@vercel
Copy link

@vercel vercel bot commented on c4e51ed May 5, 2023

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-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.