Skip to content

Commit 958c3d8

Browse files
authored
docs: Fix link to dynamic segments
1 parent e62d1d3 commit 958c3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/getting-started/app-router/with-i18n-routing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In order to use unique pathnames for every language that your app supports, `nex
1010
1. Prefix-based routing (e.g. `/en/about`)
1111
2. Domain-based routing (e.g. `en.example.com/about`)
1212

13-
In either case, `next-intl` integrates with the App Router by using a top-level `[locale]` [dynamic segment](https://nextjs.org/docs/pages/building-your-application/routing/dynamic-routes) that can be used to provide content in different languages.
13+
In either case, `next-intl` integrates with the App Router by using a top-level `[locale]` [dynamic segment](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes) that can be used to provide content in different languages.
1414

1515
## Getting started
1616

0 commit comments

Comments
 (0)