diff --git a/nx-dev/ui-common/src/lib/npx-create-nx-workspace.tsx b/nx-dev/ui-common/src/lib/npx-create-nx-workspace.tsx index 72e9f44ff9..4b7c2bcd31 100644 --- a/nx-dev/ui-common/src/lib/npx-create-nx-workspace.tsx +++ b/nx-dev/ui-common/src/lib/npx-create-nx-workspace.tsx @@ -600,12 +600,12 @@ export function NpxCreateNxWorkspaceAnimation({ First time using Nx? Check out this interactive Nx tutorial.
- https://nx.dev/react-tutorial/01-create-application + https://nx.dev/react-tutorial/1-code-generation
Prefer watching videos? Check out this free Nx course on diff --git a/packages/cra-to-nx/README.md b/packages/cra-to-nx/README.md index 985e9871f6..f42a26370c 100644 --- a/packages/cra-to-nx/README.md +++ b/packages/cra-to-nx/README.md @@ -45,7 +45,7 @@ nx generate lib ui-button ### Courses, guides, docs -- [Follow the Nx React tutorial](https://nx.dev/react-tutorial/01-create-application) +- [Follow the Nx React tutorial](https://nx.dev/react-tutorial/1-code-generation) - [Free Nx course on Egghead.io](https://egghead.io/playlists/scale-react-development-with-nx-4038) diff --git a/packages/cra-to-nx/src/lib/cra-to-nx.ts b/packages/cra-to-nx/src/lib/cra-to-nx.ts index 3811c6975e..518339b56c 100644 --- a/packages/cra-to-nx/src/lib/cra-to-nx.ts +++ b/packages/cra-to-nx/src/lib/cra-to-nx.ts @@ -172,7 +172,7 @@ export async function createNxWorkspaceForReact(options: Record) { output.note({ title: 'First time using Nx? Check out this interactive Nx tutorial.', bodyLines: [ - `https://nx.dev/react-tutorial/01-create-application`, + `https://nx.dev/react-tutorial/1-code-generation`, ` `, `Prefer watching videos? Check out this free Nx course on Egghead.io.`, `https://egghead.io/playlists/scale-react-development-with-nx-4038`, diff --git a/packages/create-nx-workspace/bin/create-nx-workspace.ts b/packages/create-nx-workspace/bin/create-nx-workspace.ts index b2afcbadb1..80a9f24e89 100644 --- a/packages/create-nx-workspace/bin/create-nx-workspace.ts +++ b/packages/create-nx-workspace/bin/create-nx-workspace.ts @@ -1035,7 +1035,7 @@ function pointToTutorialAndCourse(preset: Preset) { output.addVerticalSeparator(); output.note({ title, - bodyLines: [`https://nx.dev/react-tutorial/01-create-application`], + bodyLines: [`https://nx.dev/react-tutorial/1-code-generation`], }); break; case Preset.Angular: diff --git a/packages/next/src/generators/application/lib/create-application-files.helpers.ts b/packages/next/src/generators/application/lib/create-application-files.helpers.ts index 31ac728948..cc44c27c58 100644 --- a/packages/next/src/generators/application/lib/create-application-files.helpers.ts +++ b/packages/next/src/generators/application/lib/create-application-files.helpers.ts @@ -152,7 +152,7 @@ export function createAppJsx(name: string) { { style={[styles.listItem, styles.learning]} onPress={() => Linking.openURL( - 'https://nx.dev/react-tutorial/01-create-application?utm_source=nx-project' + 'https://nx.dev/react-tutorial/1-code-generation?utm_source=nx-project' ) } > diff --git a/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx b/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx index 5e1ba69e57..3c1a440fef 100644 --- a/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx +++ b/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx @@ -565,7 +565,7 @@ export function NxWelcome({ title }: { title: string }) { - +