Skip to content

Commit 943d681

Browse files
fix: update Next.js pages link to latest ver (aws-amplify#8126)
1 parent c863841 commit 943d681

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ We welcome contributions to the documentation site! Here's how to do it:
3737

3838
## Authoring pages
3939

40-
Our docs are generated using [Next.js](https://nextjs.org/). Refer to their docs on [how to create pages](https://nextjs.org/docs/basic-features/pages) as a primer.
40+
Our docs are generated using [Next.js](https://nextjs.org/). Refer to their docs on [how to create pages](https://nextjs.org/docs/pages/building-your-application/routing/pages-and-layouts) as a primer.
4141

4242
The source for each page is in **src**. This folder is the only directory you need to touch to edit or create pages.
4343

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Callout>
22

3-
SSR functionality in Amplify was primarily built for compatibility with Next.js [page components](https://nextjs.org/docs/basic-features/pages), and their [getServerSideProps data fetching mechanism](https://nextjs.org/docs/basic-features/data-fetching/get-server-side-props). Compatibility with other frameworks or Next.js features cannot be guaranteed.
3+
SSR functionality in Amplify was primarily built for compatibility with Next.js [page components](https://nextjs.org/docs/pages/building-your-application/routing/pages-and-layouts), and their [getServerSideProps data fetching mechanism](https://nextjs.org/docs/basic-features/data-fetching/get-server-side-props). Compatibility with other frameworks or Next.js features cannot be guaranteed.
44

5-
</Callout>
5+
</Callout>

0 commit comments

Comments
 (0)