We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d829f07 commit 9d3b716Copy full SHA for 9d3b716
libs/vscode/nx-conversion/src/lib/vscode-nx-conversion.ts
@@ -54,7 +54,7 @@ export async function initNxConversion(
54
if (answer === 'Learn More') {
55
commands.executeCommand(
56
'vscode.open',
57
- 'https://nx.dev/recipes/adopting-nx/migration-angular'
+ 'https://nx.dev/technologies/angular/migration/angular#migrating-an-angular-cli-project-to-nx?utm_source=nx-console'
58
);
59
return;
60
}
0 commit comments