Skip to content

Commit 64330c5

Browse files
Updating broken link to middleware docs for NextJS (#407)
Lint is failing for the project because the link to middleware documentation for NextJS has changed with the latest version. Updating the link to reference the current documentation on the NextJS website.
1 parent 9f25a5c commit 64330c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/docs/decisions/{{app_name}}/0006-use-nextjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Next.js is maintained by Vercel, a PaaS for front-end hosting company.
7070
- Easy to learn and use with good documentation
7171
- [Strong Storybook support](https://storybook.js.org/recipes/next)
7272
- Often one of the first to adopt new React features (e.g. Server Components, Suspense) due to their close collaboration with the React team.
73-
- Supports [internationalized routing](https://nextjs.org/docs/pages/building-your-application/routing/internationalization), [middleware](https://nextjs.org/docs/pages/building-your-application/routing/middleware), and there are [community-maintained auth libraries](https://next-auth.js.org/).
73+
- Supports [internationalized routing](https://nextjs.org/docs/pages/building-your-application/routing/internationalization), [middleware](https://nextjs.org/docs/app/api-reference/file-conventions/middleware), and there are [community-maintained auth libraries](https://next-auth.js.org/).
7474
- **Cons**
7575
- Very opinionated with routing which can significantly increase code complexity for non-standard routes
7676

0 commit comments

Comments
 (0)