From c4e51edee43c1ece7c96ce9f64b0040e7a6ae7da Mon Sep 17 00:00:00 2001 From: Craigory Coppola Date: Fri, 5 May 2023 14:15:57 -0400 Subject: [PATCH] fix(misc): update URL to point to live page for plugin registry (#16817) --- packages/nx/src/command-line/list/list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nx/src/command-line/list/list.ts b/packages/nx/src/command-line/list/list.ts index ab211575ea5f8..c1efa6a73ef48 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.', ], });