Skip to content

Commit faefb33

Browse files
authored
[docs] Fix migrations streaming link
1 parent f38372e commit faefb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/migration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here are the old build args and their new equivalent:
2121

2222
Everything should already be set up for you. But there are a few things you should know:
2323

24-
- Streaming by default is disabled in open-next (for now). It is very **experimental** right now see [here](/inner_workings/streaming) for more info.
24+
- Streaming by default is disabled in open-next (for now). It is very **experimental** right now see [here](/v2/inner_workings/streaming) for more info.
2525
- Middleware is not run for static file and for image requests with open-next.
2626

2727
#### AWS Amplify
@@ -42,4 +42,4 @@ module.exports = {
4242
target: 'serverless', // remove this
4343
// ...
4444
}
45-
```
45+
```

0 commit comments

Comments
 (0)