From 55a87b61c1ca8a1abc149255dbd617c296697802 Mon Sep 17 00:00:00 2001 From: AgentEnder Date: Fri, 5 May 2023 12:39:24 -0400 Subject: [PATCH] fix(misc): update URL to point to live page for plugin registry --- 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.', ], });