Skip to content

Commit

Permalink
chore: add anchor tag to learn more
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Apr 5, 2022
1 parent f58e83d commit 0ee65d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vscode/nx-conversion/src/lib/vscode-nx-conversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
*/
const PROMPT_COUNT = 5;
const PROMPT_MSG =
'Would you like to make ng commands faster by adding computation caching? [Learn more here](https://nx.dev/migration/migration-angular?utm_source=vscode-nx-conversion&utm_medium=prompt&utm_campaign=vscode-nx-conversion)';
'Would you like to make ng commands faster by adding computation caching? [Learn more here](https://nx.dev/migration/migration-angular?utm_source=vscode-nx-conversion&utm_medium=prompt&utm_campaign=vscode-nx-conversioni#from-nx-console)';
const PROMPT_MSG_DONT_ASK_AGAIN =
'If you change your mind, you can run the `make ng faster with Nx` command through the command palette.';

Expand Down

0 comments on commit 0ee65d0

Please sign in to comment.