Skip to content

Commit

Permalink
Update links to point to more accurate docs (#39818)
Browse files Browse the repository at this point in the history
Initial links were pointing to basic features which don't describe redirections.
  • Loading branch information
adrianbienias committed Aug 22, 2022
1 parent e307096 commit 8f02399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next.config.js/redirects.md
Expand Up @@ -300,4 +300,4 @@ In some rare cases, you might need to assign a custom status code for older HTTP
## Other Redirects

- Inside [API Routes](/docs/api-routes/response-helpers.md), you can use `res.redirect()`.
- Inside [`getStaticProps`](/docs/basic-features/data-fetching/get-static-props.md) and [`getServerSideProps`](/docs/basic-features/data-fetching/get-server-side-props.md), you can redirect specific pages at request-time.
- Inside [`getStaticProps`](/docs/api-reference/data-fetching/get-static-props.md) and [`getServerSideProps`](/docs/api-reference/data-fetching/get-server-side-props.md), you can redirect specific pages at request-time.

0 comments on commit 8f02399

Please sign in to comment.