fix(misc): update URL to point to live page for plugin registry (#16817)

This commit is contained in:
Craigory Coppola 2023-05-05 14:15:57 -04:00 committed by GitHub
parent d0873529e0
commit c4e51edee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ export async function listHandler(args: ListArgs): Promise<void> {
bodyLines: [ bodyLines: [
'Looking for a technology / framework not listed above?', 'Looking for a technology / framework not listed above?',
'There are many excellent plugins matintained by the Nx community.', '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.',
], ],
}); });