From 974fb01562ec2cd8f68537d364dc82277a8c6a7a Mon Sep 17 00:00:00 2001 From: Hopium <135053852+Hopium21@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:27:09 +0100 Subject: [PATCH] Update README.md (#6084) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 6df184db2d..58785748dc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -70,7 +70,7 @@ All documentation content is represented by `*.md` files with Markdown syntax. B ### Redirects -Redirects allow you to redirect an incoming request path to a different destination path. Redirects settings are located in `redirects.config.js` file. It exports an array of objects. Each object represents a single redirect option. We utilize [NextJS Redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects) API for that. +Redirects allow you to redirect an incoming request path to a different destination path. Redirects settings are located in `redirects.config.js` file. It exports an array of objects. Each object represents a single redirect option. We utilize [NextJS Redirects](https://nextjs.org/docs/app/api-reference/config/next-config-js/redirects) API for that. ### Tabs