Skip to content

Commit 9326742

Browse files
authored
fix(core): fix wrong create-nx-workspace tutorial link (#6428)
1 parent 91cfe5d commit 9326742

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/create-nx-workspace/bin/create-nx-workspace.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,17 @@ function showHelp() {
173173
174174
preset What to create in a new workspace (options: ${options})
175175
176-
appName The name of the application created by some presets
176+
appName The name of the application created by some presets
177177
178178
cli CLI to power the Nx workspace (options: "nx", "angular")
179-
179+
180180
style Default style option to be used when a non-empty preset is selected
181181
options: ("css", "scss", "less") plus ("styl") for all non-Angular and ("styled-components", "@emotion/styled", "styled-jsx") for React, Next.js, Gatsby
182182
183183
interactive Enable interactive mode when using presets (boolean)
184184
185185
packageManager Package manager to use (npm, yarn, pnpm)
186-
186+
187187
nx-cloud Use Nx Cloud (boolean)
188188
189189
[new workspace options] any 'new workspace' options
@@ -581,7 +581,7 @@ function pointToTutorialAndCourse(preset: Preset) {
581581
output.note({
582582
title,
583583
bodyLines: [
584-
`https://nx.dev/react/tutorial/01-create-application`,
584+
`https://nx.dev/latest/react/tutorial/01-create-application`,
585585
...pointToFreeCourseOnEgghead(),
586586
],
587587
});
@@ -592,7 +592,7 @@ function pointToTutorialAndCourse(preset: Preset) {
592592
output.note({
593593
title,
594594
bodyLines: [
595-
`https://nx.dev/angular/tutorial/01-create-application`,
595+
`https://nx.dev/latest/angular/tutorial/01-create-application`,
596596
...pointToFreeCourseOnYoutube(),
597597
],
598598
});
@@ -602,7 +602,7 @@ function pointToTutorialAndCourse(preset: Preset) {
602602
output.note({
603603
title,
604604
bodyLines: [
605-
`https://nx.dev/node/tutorial/01-create-application`,
605+
`https://nx.dev/latest/node/tutorial/01-create-application`,
606606
...pointToFreeCourseOnYoutube(),
607607
],
608608
});

0 commit comments

Comments
 (0)