Skip to content

Commit 7835591

Browse files
committed
fix paths for linking
1 parent f7a143d commit 7835591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fern/customization/custom-transcriber.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ You'll learn how to:
439439
- **Streaming support requirement:**
440440
The custom transcriber must support streaming. Vapi sends continuous audio data over the WebSocket, and your server must handle this stream in real time.
441441
- **Authentication:**
442-
For secure transcriber endpoints, use **Custom Credentials** with `credentialId`. Create [Custom Credentials](../server-url/server-authentication) in the dashboard to manage Bearer Token, OAuth 2.0, or HMAC authentication. For backward compatibility, the legacy `secret` field is still supported and sends the value as an `x-vapi-secret` HTTP header.
442+
For secure transcriber endpoints, use **Custom Credentials** with `credentialId`. Create [Custom Credentials](../../server-url/server-authentication) in the dashboard to manage Bearer Token, OAuth 2.0, or HMAC authentication. For backward compatibility, the legacy `secret` field is still supported and sends the value as an `x-vapi-secret` HTTP header.
443443
- **Buffering:**
444444
The solution buffers PCM audio and performs simple validation (e.g. ensuring stereo PCM data length is a multiple of 4). If the audio data is malformed, it is trimmed to a valid length.
445445
- **Channel detection:**

fern/customization/custom-tts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Create authentication credentials in the dashboard and reference them by ID:
7575
</CodeBlocks>
7676

7777
<Note>
78-
Create [Custom Credentials](../server-url/server-authentication) in the Vapi dashboard for better security and credential management.
78+
Create [Custom Credentials](../../server-url/server-authentication) in the Vapi dashboard for better security and credential management.
7979
</Note>
8080

8181
### Legacy Authentication Methods

0 commit comments

Comments
 (0)