Skip to content

Commit 500edef

Browse files
committed
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.
1 parent bd4ff58 commit 500edef

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

fern/calls/call-concurrency.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ Adjust the `timeRange.step` to inspect usage by hour, day, or week. Peaks that a
148148

149149
## Next steps
150150

151-
- **[Call queue management](mdc:docs/calls/call-queue-management):** Build a Twilio queue to buffer calls when you hit concurrency caps.
152-
- **[Outbound campaign planning](mdc:docs/outbound-campaigns/overview):** Design outbound strategies that pair batching with analytics.
153-
- **[Enterprise plans](mdc:docs/enterprise/plans):** Review larger plans that include higher default concurrency.
151+
- **[Call queue management](/calls/call-queue-management):** Build a Twilio queue to buffer calls when you hit concurrency caps.
152+
- **[Outbound campaign planning](/outbound-campaigns/overview):** Design outbound strategies that pair batching with analytics.
153+
- **[Enterprise plans](/enterprise/plans):** Review larger plans that include higher default concurrency.

fern/calls/call-queue-management.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,10 +701,10 @@ Redis is required for this implementation. Ensure your Redis instance is properl
701701
702702
Now that you have a production-ready call queue system with Redis persistence and callback-driven processing:
703703
704-
- **[Advanced Call Features](mdc:docs/calls/call-features):** Explore call recording, analysis, and advanced routing options
705-
- **[Monitoring & Analytics](mdc:docs/assistants/call-analysis):** Set up comprehensive call analytics and performance monitoring
706-
- **[Scaling Considerations](mdc:docs/enterprise/plans):** Learn about enterprise features for high-volume deployments
707-
- **[Assistant Optimization](mdc:docs/assistants/personalization):** Enhance your assistants with personalization and dynamic variables
704+
- **[Advanced Call Features](/calls/call-features):** Explore call recording, analysis, and advanced routing options
705+
- **[Monitoring & Analytics](/assistants/call-analysis):** Set up comprehensive call analytics and performance monitoring
706+
- **[Scaling Considerations](/enterprise/plans):** Learn about enterprise features for high-volume deployments
707+
- **[Assistant Optimization](/assistants/personalization):** Enhance your assistants with personalization and dynamic variables
708708
709709
<Tip>
710710
Consider implementing health checks, metrics collection, and alerting around your Redis counters and queue processing latency for production monitoring.

fern/tools/arguments-encryption.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,6 @@ Follow these guidelines to maintain secure encryption:
213213

214214
Now that you have tool argument encryption configured:
215215

216-
- **[Custom tools](mdc:fern/tools/custom-tools):** Learn more about creating custom tools
217-
- **[API request tools](mdc:fern/tools/api-request):** Configure API request tools with encrypted arguments
218-
- **[Server URLs](mdc:fern/server-url):** Set up secure server endpoints for receiving encrypted data
216+
- **[Custom tools](/tools/custom-tools):** Learn more about creating custom tools
217+
- **[API request tools](/tools/default-tools#api-request):** Configure API request tools with encrypted arguments
218+
- **[Server URLs](/server-url):** Set up secure server endpoints for receiving encrypted data

0 commit comments

Comments
 (0)