Skip to content

Commit

Permalink
fix: update Next.js pages link to latest ver (#8126)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanynwyeung authored Nov 27, 2024
1 parent c863841 commit 943d681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We welcome contributions to the documentation site! Here's how to do it:

## Authoring pages

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.
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.

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

Expand Down
4 changes: 2 additions & 2 deletions src/fragments/lib-v1/ssr/js/next-js-callout.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Callout>

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.
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.

</Callout>
</Callout>

0 comments on commit 943d681

Please sign in to comment.