Skip to content

Commit 6c55788

Browse files
authored
fix next.js links (#8081)
1 parent a35dd4d commit 6c55788

File tree

3 files changed

+3
-3
lines changed
  • src/pages/[platform]
    • build-a-backend/server-side-rendering/nextjs-app-router-server-components
    • start/quickstart

3 files changed

+3
-3
lines changed

src/pages/[platform]/build-a-backend/server-side-rendering/nextjs-app-router-server-components/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function getStaticProps(context) {
2222
};
2323
}
2424

25-
This Quickstart guide will walk you through how to build a task list application with TypeScript, Next.js **App Router with Server Components**, and React. If you are new to these technologies, we recommend you go through the official [React](https://react.dev/learn/tutorial-tic-tac-toe), [Next.js](https://nextjs.org/docs/getting-started/installation), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) tutorials first.
25+
This Quickstart guide will walk you through how to build a task list application with TypeScript, Next.js **App Router with Server Components**, and React. If you are new to these technologies, we recommend you go through the official [React](https://react.dev/learn/tutorial-tic-tac-toe), [Next.js](https://nextjs.org/docs/app/getting-started), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) tutorials first.
2626

2727
import prerequisites from 'src/fragments/gen2/quickstart/prerequisites.mdx';
2828

src/pages/[platform]/start/quickstart/nextjs-app-router-client-components/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This Quickstart guide will walk you through how to build a task list application
3030
- [Node.js](https://nodejs.org/) v14.x or later
3131
- [npm](https://www.npmjs.com/) v6.14.4 or later
3232
- [git](https://git-scm.com/) v2.14.1 or later
33-
- If you are new to these technologies, we recommend you go through the official [React](https://react.dev/learn/tutorial-tic-tac-toe), [Next.js](https://nextjs.org/docs/getting-started/installation), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) tutorials first.
33+
- If you are new to these technologies, we recommend you go through the official [React](https://react.dev/learn/tutorial-tic-tac-toe), [Next.js](https://nextjs.org/docs/app/getting-started), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) tutorials first.
3434

3535
<Callout>
3636

src/pages/[platform]/start/quickstart/nextjs-pages-router/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This Quickstart guide will walk you through how to build a task list application
3131
- [Node.js](https://nodejs.org/) v14.x or later
3232
- [npm](https://www.npmjs.com/) v6.14.4 or later
3333
- [git](https://git-scm.com/) v2.14.1 or later
34-
- If you are new to these technologies, we recommend you go through the official [React](https://react.dev/learn/tutorial-tic-tac-toe), [Next.js](https://nextjs.org/docs/getting-started/installation), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) tutorials first.
34+
- If you are new to these technologies, we recommend you go through the official [React](https://react.dev/learn/tutorial-tic-tac-toe), [Next.js](https://nextjs.org/docs/pages/getting-started), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) tutorials first.
3535

3636
## Deploy a fullstack app to AWS
3737

0 commit comments

Comments
 (0)