Skip to content

Commit

Permalink
docs: fix broken v2 link to streaming doc (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobob authored Aug 14, 2024
1 parent c741a56 commit f61b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/v2/advanced/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This feature is currently **experimental** and needs to be opted into. It can si

Enabling this option will enable streaming support for the server function. This is experimental and needs to be opted into. It can significantly decrease the server function's time to first byte.

**Do not use this in production**. See [this](/inner_workings/streaming) for more information.
**Do not use this in production**. See [this](/v2/inner_workings/streaming) for more information.

```bash
open-next build --streaming
Expand Down

0 comments on commit f61b0e9

Please sign in to comment.