rsnext/docs
Alexander Kachkaev 6c8808e90e
Remove outdated & possibly confusing statement about redirects (#33224)
## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`

The statement I have removed may be misleading. A colleague of mine has interpreted it as ‘we need to create a custom page or `<Link href="/redirect-path" />` won’t work on the client’. I just ran `npx create-next-app --example redirects redirects-app` and confirmed that this was not necessary.

So saying that redirects “do not affect client-side routing” is probably wrong. They do and they do it the right way.
2022-01-12 17:32:23 +00:00
..
advanced-features Fixed broken link (#33209) 2022-01-12 13:35:17 +01:00
api-reference Remove outdated & possibly confusing statement about redirects (#33224) 2022-01-12 17:32:23 +00:00
api-routes Fix type declaration for API Routes response (#31486) 2021-11-16 17:54:53 +00:00
basic-features Added links to data fetching api refs, fixed title (#33221) 2022-01-12 15:52:55 +00:00
migrating Refactor data fetching API docs (#30615) 2022-01-12 08:56:51 +01:00
routing Refactor data fetching API docs (#30615) 2022-01-12 08:56:51 +01:00
authentication.md Refactor data fetching API docs (#30615) 2022-01-12 08:56:51 +01:00
deployment.md Fix link for Next.js Analytics in docs (#33049) 2022-01-06 01:30:34 +00:00
faq.md Refactor data fetching API docs (#30615) 2022-01-12 08:56:51 +01:00
getting-started.md Refactor data fetching API docs (#30615) 2022-01-12 08:56:51 +01:00
going-to-production.md Refactor data fetching API docs (#30615) 2022-01-12 08:56:51 +01:00
manifest.json Refactor data fetching API docs (#30615) 2022-01-12 08:56:51 +01:00
middleware.md docs(middleware): file extension consistency (#31879) 2021-11-28 15:56:31 +00:00
testing.md chore: convert Jest examples to TypeScript (#32705) 2021-12-22 01:12:07 +01:00
upgrading.md Update upgrading.md (#31173) 2021-11-08 20:53:25 +00:00