diff --git a/packages/nx/src/command-line/list/list.ts b/packages/nx/src/command-line/list/list.ts index ab211575ea..c1efa6a73e 100644 --- a/packages/nx/src/command-line/list/list.ts +++ b/packages/nx/src/command-line/list/list.ts @@ -54,7 +54,7 @@ export async function listHandler(args: ListArgs): Promise { 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.', ], });