Skip to content

Commit f3dbab6

Browse files
authored
fix paths for linking (#685)
* fix paths for linking * fix more broken links
1 parent f7a143d commit f3dbab6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

fern/phone-numbers/inbound-sms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Update your number to set `smsEnabled: true` if it was previously disabled.
6969
- **Twilio only**: Other telephony providers are not supported for inbound SMS at this time.
7070
- **Webhooks**: With `smsEnabled: true`, Vapi manages the Twilio Messaging webhook for you.
7171

72-
For full endpoint details, see the [OpenAPI reference](/api-reference/openapi).
72+
For full endpoint details, see the [OpenAPI reference](https://api.vapi.ai/api-json).
7373

7474
## Next steps
7575

fern/tools/default-tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ There are three methods for sending DTMF in a phone call:
124124

125125
<Note>
126126
Vapi's DTMF tool integrates with telephony provider APIs to send DTMF tones using the out-of-band RFC 2833 method. This approach is widely supported and more reliable for transmitting the signals, especially in VoIP environments.
127-
Note, the tool's effectiveness depends on the IVR system's configuration and their capturing method. See our [IVR navigation guide](https://docs.vapi.ai/tools/ivr-navigation) for best practices.
127+
Note, the tool's effectiveness depends on the IVR system's configuration and their capturing method. See our [IVR navigation guide](https://docs.vapi.ai/ivr-navigation) for best practices.
128128
</Note>
129129

130130
#### API Request

0 commit comments

Comments
 (0)