Skip to content

Commit f5795be

Browse files
committed
chore: update links and redirects
1 parent 4953ecd commit f5795be

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

fern/docs.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ navigation:
105105
- page: Web calls
106106
icon: fa-light fa-browser
107107
path: quickstart/web.mdx
108-
- page: Example Library
108+
- page: Vapi Cookbook
109109
icon: fa-light fa-book-open
110-
path: examples.mdx
110+
path: cookbook.mdx
111111

112112
- section: Assistants
113113
contents:
@@ -773,15 +773,15 @@ redirects:
773773
- source: "/multilingual/introduction"
774774
destination: "/multilingual"
775775
- source: "/outbound_sales"
776-
destination: "/examples/lead-qualification"
776+
destination: "/workflows/examples/lead-qualification"
777777
- source: "/technical_support"
778-
destination: "/examples/inbound-support"
778+
destination: "/assistants/examples/inbound-support"
779779
- source: "/pizza_website"
780-
destination: "/examples/inbound-support"
780+
destination: "/assistants/examples/inbound-support"
781781
- source: "/examples/pizza-website"
782-
destination: "/examples/inbound-support"
782+
destination: "/assistants/examples/inbound-support"
783783
- source: "/voice_widget"
784-
destination: "/examples/voice-widget"
784+
destination: "/assistants/examples/voice-widget"
785785
- source: "/clients"
786786
destination: "/sdks"
787787
- source: "/error_message_guide"
@@ -832,7 +832,7 @@ redirects:
832832
destination: /quickstart
833833
- source: /assistants
834834
destination: /api-reference/assistants/create
835-
- source: /workflows/examples/outbound-sales
835+
- source: /examples/outbound-sales
836836
destination: /workflows/examples/lead-qualification
837837
- source: /workflows
838838
destination: /workflows/quickstart
@@ -850,3 +850,5 @@ redirects:
850850
destination: /workflows/examples/appointment-scheduling
851851
- source: /assistants/examples
852852
destination: /assistants/examples/inbound-support
853+
- source: /examples
854+
destination: /cookbook

fern/quickstart/web.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ Handle real-time events for both client and server applications:
12431243

12441244
Now that you understand both client and server SDK capabilities:
12451245

1246-
- **Explore use cases:** Check out our [examples section](/examples/inbound-support) for complete implementations
1246+
- **Explore use cases:** Check out our [examples section](/assistants/examples/inbound-support) for complete implementations
12471247
- **Add tools:** Connect your voice agents to external APIs and databases with [custom tools](/tools/custom-tools)
12481248
- **Configure models:** Try different [speech and language models](/assistants/speech-configuration) for better performance
12491249
- **Scale with workflows:** Use [Vapi workflows](/workflows/quickstart) for complex multi-step processes

0 commit comments

Comments
 (0)