Skip to content

Commit

Permalink
fix(misc): update URL to point to live page for plugin registry
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed May 5, 2023
1 parent 53cc465 commit 55a87b6
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

0 comments on commit 55a87b6

Please sign in to comment.