Fix broken anchor tags across documentation #5406
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed 26 broken anchor links throughout the Remotion documentation that were causing 404 errors when users clicked on internal documentation links.
Changes Made
Core Issues Fixed
#thumbnail
to#artifactthumbnail
in artifact documentation/docs/using-audio/#rendering-audio-only
links to/docs/audio/exporting#audio-only
--audio-latency-hint
CLI anchor (flag doesn't exist in CLI docs)#rmall
→/rmall
)Media Parser Documentation
parse-media
anchors to point to the correctfields
documentation:#name
,#size
,#container
,#mimetype
→/docs/media-parser/fields#[field]
#tracks
,#images
→/docs/media-parser/fields#[field]
#reader
reference to point to correct parse-media section#controller
link for download-and-parse-media (parameter doesn't exist)Video/Audio Components
#looping-a-video
→#looping-a-offthreadvideo
(correct section name)/docs/audio/volume
pageWebCodecs Documentation
#waitforfinish
and#decode
anchor links (methods not documented in those files)Distributed Rendering
#forseamlessaaconcatenation
anchor (was missing 'c')#preferlossless
link to render-media (option doesn't exist there)Validation
All changes maintain the same link text and context while pointing to the correct documentation sections. No content was modified, only the URLs were corrected to resolve the broken anchor issues.
Fixes #5405.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.