Skip to content

Fix broken anchor tags across documentation #5406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2025
Merged

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jun 17, 2025

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

  • Artifact anchors: Updated #thumbnail to #artifactthumbnail in artifact documentation
  • Audio documentation: Redirected broken /docs/using-audio/#rendering-audio-only links to /docs/audio/exporting#audio-only
  • CLI references: Removed broken --audio-latency-hint CLI anchor (flag doesn't exist in CLI docs)
  • Lambda CLI: Changed anchor-based links to direct page links (e.g., #rmall/rmall)

Media Parser Documentation

  • Updated broken parse-media anchors to point to the correct fields documentation:
    • #name, #size, #container, #mimetype/docs/media-parser/fields#[field]
    • #tracks, #images/docs/media-parser/fields#[field]
  • Fixed #reader reference to point to correct parse-media section
  • Removed broken #controller link for download-and-parse-media (parameter doesn't exist)

Video/Audio Components

  • Fixed #looping-a-video#looping-a-offthreadvideo (correct section name)
  • Updated volume control links from broken anchors to direct /docs/audio/volume page

WebCodecs Documentation

  • Removed broken #waitforfinish and #decode anchor links (methods not documented in those files)
  • Converted broken links to plain text references

Distributed Rendering

  • Fixed #forseamlessaaconcatenation anchor (was missing 'c')
  • Removed broken #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.

Copy link

vercel bot commented Jun 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bugs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2025 3:40pm
remotion ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2025 3:40pm

@Copilot Copilot AI changed the title [WIP] broken anchor tags Fix broken anchor tags across documentation Jun 17, 2025
@Copilot Copilot AI requested a review from JonnyBurger June 17, 2025 15:39
Copilot finished work on behalf of JonnyBurger June 17, 2025 15:40
@JonnyBurger JonnyBurger marked this pull request as ready for review June 17, 2025 16:06
@JonnyBurger JonnyBurger merged commit f90c335 into main Jun 17, 2025
3 checks passed
@JonnyBurger JonnyBurger deleted the copilot/fix-5405 branch June 17, 2025 16:06
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.

broken anchor tags
2 participants