Skip to content

Commit

Permalink
docs(nxdev): fix react monorepo tutorial link (#14358)
Browse files Browse the repository at this point in the history
closes #14134
  • Loading branch information
bcabanes authored Jan 13, 2023
1 parent 3e9f4bf commit 9ac1cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/npm-tutorial/integrated.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ npx nx affected --target=build

{% card title="Integrated Repos vs Package-Based Repos" description="Learn about two styles of monorepos." url="/concepts/integrated-vs-package-based" /%}

{% card title="React Tutorial" description="A step-by-step tutorial showing how to build an integrated monorepo with React applications sharing code." url="/getting-started/react-tutorial" /%}
{% card title="React Tutorial" description="A step-by-step tutorial showing how to build an integrated monorepo with React applications sharing code." url="/react-tutorial/1-code-generation" /%}

{% card title="Node.js Tutorial" description="A step-by-step tutorial showing how to build an integrated monorepo with Node.js applications sharing code." url="/getting-started/node-tutorial" /%}

Expand Down

1 comment on commit 9ac1cf2

@vercel
Copy link

@vercel vercel bot commented on 9ac1cf2 Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.