diff --git a/fern/pages/02-speech-to-text/livekit-intro-guide.mdx b/fern/pages/02-speech-to-text/livekit-intro-guide.mdx index a2ebde6..0d4c71c 100644 --- a/fern/pages/02-speech-to-text/livekit-intro-guide.mdx +++ b/fern/pages/02-speech-to-text/livekit-intro-guide.mdx @@ -261,7 +261,7 @@ stt=assemblyai.STT( You can also set `turn_detection="vad"` if you'd like turn detection to be based on Silero VAD instead of our advanced turn detection model. -For more information, see our [Universal-Streaming end-of-turn detection guide](https://www.assemblyai.com/docs/speech-to-text/universal-streaming#end-of-turn-detection) and [message-by-message breakdown](https://www.assemblyai.com/docs/speech-to-text/universal-streaming-messages-guide). +For more information, see our [Universal-Streaming end-of-turn detection guide](https://www.assemblyai.com/docs/speech-to-text/universal-streaming#end-of-turn-detection) and [message-by-message breakdown](https://www.assemblyai.com/docs/speech-to-text/universal-streaming/message-sequence). **Customizing your agent:** diff --git a/fern/pages/02-speech-to-text/pipecat-intro-guide.mdx b/fern/pages/02-speech-to-text/pipecat-intro-guide.mdx index 300af44..a472050 100644 --- a/fern/pages/02-speech-to-text/pipecat-intro-guide.mdx +++ b/fern/pages/02-speech-to-text/pipecat-intro-guide.mdx @@ -324,7 +324,7 @@ stt = AssemblyAISTTService( You can also set `vad_force_turn_endpoint=True` if you'd like turn detection to be based on VAD instead of our advanced turn detection model. -For more information, see our [Universal-Streaming end-of-turn detection guide](https://www.assemblyai.com/docs/speech-to-text/universal-streaming#end-of-turn-detection) and [message-by-message breakdown](https://www.assemblyai.com/docs/speech-to-text/universal-streaming-messages-guide). +For more information, see our [Universal-Streaming end-of-turn detection guide](https://www.assemblyai.com/docs/speech-to-text/universal-streaming#end-of-turn-detection) and [message-by-message breakdown](https://www.assemblyai.com/docs/speech-to-text/universal-streaming/message-sequence). **Customizing your agent:** diff --git a/fern/pages/02-speech-to-text/universal-streaming/universal-streaming.mdx b/fern/pages/02-speech-to-text/universal-streaming/universal-streaming.mdx index 7247698..71aacd1 100644 --- a/fern/pages/02-speech-to-text/universal-streaming/universal-streaming.mdx +++ b/fern/pages/02-speech-to-text/universal-streaming/universal-streaming.mdx @@ -1167,7 +1167,7 @@ You receive: } ``` - For the full breakdown of the message sequence for a turn, see the [Message sequence breakdown guide](/docs/speech-to-text/universal-streaming-messages-guide). + For the full breakdown of the message sequence for a turn, see the [Message sequence breakdown guide](/docs/speech-to-text/universal-streaming/message-sequence). diff --git a/fern/pages/02-speech-to-text/universal-streaming/voice-agents/livekit.mdx b/fern/pages/02-speech-to-text/universal-streaming/voice-agents/livekit.mdx index 300ca0a..192c9c8 100644 --- a/fern/pages/02-speech-to-text/universal-streaming/voice-agents/livekit.mdx +++ b/fern/pages/02-speech-to-text/universal-streaming/voice-agents/livekit.mdx @@ -87,7 +87,7 @@ stt=assemblyai.STT( You can also set `turn_detection="vad"` if you'd like turn detection to be based on Silero VAD instead of our advanced turn detection model. -For more information, see our [Universal-Streaming end-of-turn detection guide](https://www.assemblyai.com/docs/speech-to-text/universal-streaming#end-of-turn-detection) and [message-by-message breakdown](https://www.assemblyai.com/docs/speech-to-text/universal-streaming-messages-guide). +For more information, see our [Universal-Streaming end-of-turn detection guide](https://www.assemblyai.com/docs/speech-to-text/universal-streaming#end-of-turn-detection) and [message-by-message breakdown](https://www.assemblyai.com/docs/speech-to-text/universal-streaming/message-sequence). ### Parameters diff --git a/fern/pages/02-speech-to-text/universal-streaming/voice-agents/pipecat.mdx b/fern/pages/02-speech-to-text/universal-streaming/voice-agents/pipecat.mdx index 382d8a7..7bf901f 100644 --- a/fern/pages/02-speech-to-text/universal-streaming/voice-agents/pipecat.mdx +++ b/fern/pages/02-speech-to-text/universal-streaming/voice-agents/pipecat.mdx @@ -99,7 +99,7 @@ stt = AssemblyAISTTService( You can also set `vad_force_turn_endpoint=True` if you'd like turn detection to be based on VAD instead of our advanced turn detection model. -For more information, see our [Universal-Streaming end-of-turn detection guide](https://www.assemblyai.com/docs/speech-to-text/universal-streaming#end-of-turn-detection) and [message-by-message breakdown](https://www.assemblyai.com/docs/speech-to-text/universal-streaming-messages-guide). +For more information, see our [Universal-Streaming end-of-turn detection guide](https://www.assemblyai.com/docs/speech-to-text/universal-streaming#end-of-turn-detection) and [message-by-message breakdown](https://www.assemblyai.com/docs/speech-to-text/universal-streaming/message-sequence). ## Parameters