From 500edef673ed6010a02768ecd0b283174445cdf7 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Mon, 6 Jul 2026 10:52:37 -0700 Subject: [PATCH 1/2] docs: fix broken mdc: links in Next steps sections Replace Cursor mdc:docs/ and mdc:fern/ link prefixes with proper relative slug links across call-concurrency, call-queue-management, and arguments-encryption. All targets verified against real page slugs; API request tools now deep-links to /tools/default-tools#api-request. --- fern/calls/call-concurrency.mdx | 6 +++--- fern/calls/call-queue-management.mdx | 8 ++++---- fern/tools/arguments-encryption.mdx | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/fern/calls/call-concurrency.mdx b/fern/calls/call-concurrency.mdx index 69c4bbb19..f80b04b34 100644 --- a/fern/calls/call-concurrency.mdx +++ b/fern/calls/call-concurrency.mdx @@ -148,6 +148,6 @@ Adjust the `timeRange.step` to inspect usage by hour, day, or week. Peaks that a ## Next steps -- **[Call queue management](mdc:docs/calls/call-queue-management):** Build a Twilio queue to buffer calls when you hit concurrency caps. -- **[Outbound campaign planning](mdc:docs/outbound-campaigns/overview):** Design outbound strategies that pair batching with analytics. -- **[Enterprise plans](mdc:docs/enterprise/plans):** Review larger plans that include higher default concurrency. +- **[Call queue management](/calls/call-queue-management):** Build a Twilio queue to buffer calls when you hit concurrency caps. +- **[Outbound campaign planning](/outbound-campaigns/overview):** Design outbound strategies that pair batching with analytics. +- **[Enterprise plans](/enterprise/plans):** Review larger plans that include higher default concurrency. diff --git a/fern/calls/call-queue-management.mdx b/fern/calls/call-queue-management.mdx index 69b9942e7..a0d298f47 100644 --- a/fern/calls/call-queue-management.mdx +++ b/fern/calls/call-queue-management.mdx @@ -701,10 +701,10 @@ Redis is required for this implementation. Ensure your Redis instance is properl Now that you have a production-ready call queue system with Redis persistence and callback-driven processing: -- **[Advanced Call Features](mdc:docs/calls/call-features):** Explore call recording, analysis, and advanced routing options -- **[Monitoring & Analytics](mdc:docs/assistants/call-analysis):** Set up comprehensive call analytics and performance monitoring -- **[Scaling Considerations](mdc:docs/enterprise/plans):** Learn about enterprise features for high-volume deployments -- **[Assistant Optimization](mdc:docs/assistants/personalization):** Enhance your assistants with personalization and dynamic variables +- **[Advanced Call Features](/calls/call-features):** Explore call recording, analysis, and advanced routing options +- **[Monitoring & Analytics](/assistants/call-analysis):** Set up comprehensive call analytics and performance monitoring +- **[Scaling Considerations](/enterprise/plans):** Learn about enterprise features for high-volume deployments +- **[Assistant Optimization](/assistants/personalization):** Enhance your assistants with personalization and dynamic variables Consider implementing health checks, metrics collection, and alerting around your Redis counters and queue processing latency for production monitoring. diff --git a/fern/tools/arguments-encryption.mdx b/fern/tools/arguments-encryption.mdx index ffe402ca9..d7b4978c0 100644 --- a/fern/tools/arguments-encryption.mdx +++ b/fern/tools/arguments-encryption.mdx @@ -213,6 +213,6 @@ Follow these guidelines to maintain secure encryption: Now that you have tool argument encryption configured: -- **[Custom tools](mdc:fern/tools/custom-tools):** Learn more about creating custom tools -- **[API request tools](mdc:fern/tools/api-request):** Configure API request tools with encrypted arguments -- **[Server URLs](mdc:fern/server-url):** Set up secure server endpoints for receiving encrypted data +- **[Custom tools](/tools/custom-tools):** Learn more about creating custom tools +- **[API request tools](/tools/default-tools#api-request):** Configure API request tools with encrypted arguments +- **[Server URLs](/server-url):** Set up secure server endpoints for receiving encrypted data From a9d2d348a69fce6cd03e988aac6b44bc8ef97892 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Mon, 6 Jul 2026 11:57:54 -0700 Subject: [PATCH 2/2] Updated a link destination --- fern/calls/call-queue-management.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/calls/call-queue-management.mdx b/fern/calls/call-queue-management.mdx index a0d298f47..b70d9551a 100644 --- a/fern/calls/call-queue-management.mdx +++ b/fern/calls/call-queue-management.mdx @@ -703,7 +703,7 @@ Now that you have a production-ready call queue system with Redis persistence an - **[Advanced Call Features](/calls/call-features):** Explore call recording, analysis, and advanced routing options - **[Monitoring & Analytics](/assistants/call-analysis):** Set up comprehensive call analytics and performance monitoring -- **[Scaling Considerations](/enterprise/plans):** Learn about enterprise features for high-volume deployments +- **[Scaling Considerations](/calls/call-concurrency):** Plan, monitor, and scale simultaneous calls for high-volume deployments - **[Assistant Optimization](/assistants/personalization):** Enhance your assistants with personalization and dynamic variables