Skip to content

Commit 6fd0fe6

Browse files
authored
fix: update streaming how-to url (#2037)
1 parent b177644 commit 6fd0fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/views/chatflows/APICodeDialog.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ formData.append("openAIApiKey[openAIEmbeddings_0]", "sk-my-openai-2nd-key")`
709709
{getIsChatflowStreamingApi.data?.isStreaming && (
710710
<p>
711711
Read&nbsp;
712-
<a rel='noreferrer' target='_blank' href='https://docs.flowiseai.com/how-to-use#streaming'>
712+
<a rel='noreferrer' target='_blank' href='https://docs.flowiseai.com/using-flowise/streaming'>
713713
here
714714
</a>
715715
&nbsp;on how to stream response back to application

0 commit comments

Comments
 (0)