Skip to content

Commit c8cf4f1

Browse files
committed
fix: broken links
1 parent de9f930 commit c8cf4f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fern/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Each layer is highly customizable and we support dozens of models across STT, LL
4242
The easiest way to start with Vapi. Build a voice agent in 5 minutes.
4343
</Card>
4444
<Card
45-
title="Client SDKs"
46-
href="https://docs.vapi.ai/quickstart/client-sdk">
47-
Quickly get started making web calls with our client SDKs.
45+
title="Web Calls"
46+
href="/quickstart/web">
47+
Quickly get started making web calls with our SDKs.
4848
</Card>
4949
</CardGroup>
5050

fern/sdk/web.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ vapi.on("error", (e) => {
259259
</CardGroup>
260260
<CardGroup cols={1}>
261261
<Card
262-
title="Try Our Client SDKs"
262+
title="Try Our SDKs"
263263
icon="bolt"
264264
iconType="solid"
265-
href="/quickstart/client-sdk"
265+
href="/quickstart/web"
266266
>
267267
Get up and running quickly with the our client SDKs.
268268
</Card>

0 commit comments

Comments
 (0)