Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed the routing docs link
  • Loading branch information
naz authored Jan 22, 2025
1 parent d12e2e8 commit 5774b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/i18n-routing-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This example shows how to create internationalized pages using Next.js and the i18n routing feature. It shows a normal page, a non-dynamic `getStaticProps` page, a dynamic `getStaticProps` page, and a `getServerSideProps` page.

For further documentation on this feature see the [Internationalized Routing docs](https://nextjs.org/docs/advanced-features/i18n-routing-pages).
For further documentation on this feature see the [Internationalized Routing docs](https://nextjs.org/docs/app/building-your-application/routing/internationalization).

## Deploy your own

Expand Down

0 comments on commit 5774b7f

Please sign in to comment.