Skip to content

docs: fix broken RTVI link in System Frames reference#932

Merged
markbackman merged 1 commit into
pipecat-ai:mainfrom
Michael-WhiteCapData:fix-broken-rtvi-link
Jun 23, 2026
Merged

docs: fix broken RTVI link in System Frames reference#932
markbackman merged 1 commit into
pipecat-ai:mainfrom
Michael-WhiteCapData:fix-broken-rtvi-link

Conversation

@Michael-WhiteCapData

Copy link
Copy Markdown

Problem

In api-reference/server/frames/system-frames.mdx, the RTVI link points to:

/api-reference/server/rtvi

That path has no page and no redirect — there's no rtvi/index.mdx, and docs.json has no redirect entry for it (unlike the other legacy /server/... paths, which do). So the link 404s. The actual section index lives at /api-reference/server/rtvi/introduction.

Fix

Point the link at the real page:

-[Real-Time Voice Interface (RTVI)](/api-reference/server/rtvi)
+[Real-Time Voice Interface (RTVI)](/api-reference/server/rtvi/introduction)

How I found it

Scanned all .mdx internal links against existing pages and the 437 redirects in docs.json. This was the only internal link with neither a target page nor a redirect — the other near-misses (/server/events/service-events, /guides/fundamentals/service-settings, etc.) are all covered by existing redirects, so they're left untouched.

Single-line change, no content/behavior impact.

The link pointed to /api-reference/server/rtvi, which has no page or
redirect; the section index lives at /api-reference/server/rtvi/introduction.

@markbackman markbackman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🕵️

@markbackman markbackman merged commit 0ae37af into pipecat-ai:main Jun 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants