From 4c94db038cf2736cfbe8e56bc92c9a459917c7e3 Mon Sep 17 00:00:00 2001 From: "Jimmy E. Chan" Date: Wed, 30 Apr 2025 22:56:54 -0700 Subject: [PATCH] Update docs.yml https://docs.vapi.ai/phone-calling/voicemail-detection takes users to 404. correct redirect to: https://docs.vapi.ai/calls/voicemail-detection. also fixed previous broken redirect link --- fern/docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index affeb78c3..bdcdf7931 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -679,4 +679,6 @@ redirects: - source: /GHL destination: /tools/GHL - source: /phone-calling/voice-mail-detection - destination: /phone-calling/voicemail-detection + destination: /calls/voicemail-detection + - source: /phone-calling/voicemail-detection + destination: /calls/voicemail-detection