Skip to content

Commit

Permalink
docs: fix wrong link (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese committed Jun 26, 2024
1 parent ee0b9d9 commit 354ceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/04-ai-sdk-rsc/05-streaming-values.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The RSC API provides several utility functions to allow you to stream values fro

There are two functions provided by the RSC API that allow you to create streamable values:

- [`createStreamableValue`](/docs/reference/ai-sdk-rsc/stream-ui) - creates a streamable (serializable) value, with full control over how you create, update, and close the stream.
- [`createStreamableValue`](/docs/reference/ai-sdk-rsc/create-streamable-value) - creates a streamable (serializable) value, with full control over how you create, update, and close the stream.
- [`createStreamableUI`](/docs/reference/ai-sdk-rsc/create-streamable-ui) - creates a streamable React component, with full control over how you create, update, and close the stream.

## `createStreamableValue`
Expand Down

0 comments on commit 354ceb8

Please sign in to comment.