Skip to content

Commit

Permalink
docs(core): fix links to nx tutorials (#10763)
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Andersen <[email protected]@Dylans-MBP.attlocal.net>
  • Loading branch information
dylanandersenhs and Dylan Andersen authored Jun 16, 2022
1 parent f0d12c2 commit 8cae2c9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions nx-dev/ui-common/src/lib/npx-create-nx-workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -599,12 +599,12 @@ export function NpxCreateNxWorkspaceAnimation({
First time using Nx? Check out this interactive Nx tutorial.
<br />
<a
href="https://nx.dev/react/tutorial/01-create-application"
href="https://nx.dev/react-tutorial/01-create-application"
target="_blank"
rel="noreferrer"
className="cursor-pointer opacity-50 hover:underline hover:opacity-100"
>
https://nx.dev/react/tutorial/01-create-application
https://nx.dev/react-tutorial/01-create-application
</a>
<br />
Prefer watching videos? Check out this free Nx course on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ export const nrwlHomeTemplate = {
/>
</svg>
</a>
<a href="https://nx.dev/tutorial/01-create-application?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<a href="https://nx.dev/angular-tutorial/01-create-application?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<svg
fill="none"
stroke="currentColor"
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-to-nx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/01-create-application)

- [Free Nx course on Egghead.io](https://egghead.io/playlists/scale-react-development-with-nx-4038)

Expand Down
2 changes: 1 addition & 1 deletion packages/cra-to-nx/src/lib/cra-to-nx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export async function createNxWorkspaceForReact(options: Record<string, any>) {
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/01-create-application`,
` `,
`Prefer watching videos? Check out this free Nx course on Egghead.io.`,
`https://egghead.io/playlists/scale-react-development-with-nx-4038`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export function createAppJsx(name: string) {
</svg>
</a>
<a
href="https://nx.dev/tutorial/01-create-application?utm_source=nx-project"
href="https://nx.dev/react-tutorial/01-create-application?utm_source=nx-project"
target="_blank"
rel="noreferrer"
className="list-item-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const App = () => {
style={[styles.listItem, styles.learning]}
onPress={() =>
Linking.openURL(
'https://nx.dev/tutorial/01-create-application?utm_source=nx-project'
'https://nx.dev/react-tutorial/01-create-application?utm_source=nx-project'
)
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ export function NxWelcome({ title }: { title: string }) {
</svg>
</a>
<a
href="https://nx.dev/tutorial/01-create-application?utm_source=nx-project"
href="https://nx.dev/react-tutorial/01-create-application?utm_source=nx-project"
target="_blank"
rel="noreferrer"
className="list-item-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class AppElement extends HTMLElement {
/>
</svg>
</a>
<a href="https://nx.dev/tutorial/01-create-application?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<a href="https://nx.dev/react-tutorial/01-create-application?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<svg
fill="none"
stroke="currentColor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project was generated using [Nx](https://nx.dev).

[10-minute video showing all Nx features](https://nx.dev/getting-started/intro)

[Interactive Tutorial](https://nx.dev/tutorial/01-create-application)
[Interactive Tutorial](https://nx.dev/react-tutorial/01-create-application)

## Adding capabilities to your workspace

Expand Down

1 comment on commit 8cae2c9

@vercel
Copy link

@vercel vercel bot commented on 8cae2c9 Jun 16, 2022

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-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.