Skip to content

fix: replace broken images on Universal Input (Legacy) page#65

Merged
petradonka merged 1 commit into
mainfrom
petra/fix-broken-images-universal-input
May 12, 2026
Merged

fix: replace broken images on Universal Input (Legacy) page#65
petradonka merged 1 commit into
mainfrom
petra/fix-broken-images-universal-input

Conversation

@petradonka
Copy link
Copy Markdown
Collaborator

Summary

Fix 4 broken images (404s) on the Universal Input (Legacy) page flagged by Ahrefs.

Changes

src/content/docs/terminal/input/universal-input.mdx

  • Replaced 2 markdown tables containing raw <img src> tags with standard markdown image syntax
  • Astro's image pipeline doesn't process <img src> with relative paths to src/assets/, so the 4 auto-detection images were returning 404
  • Added descriptive alt text to 2 images that previously had empty alt="" attributes

Broken images fixed:

  • auto-detection-off-terminal-mode.png
  • auto-detection-terminal-mode.png
  • auto-detection-agent-mode-1.png
  • auto-detection-off-agent-mode.png

Warp conversation

Co-Authored-By: Oz oz-agent@warp.dev

…t page

The 4 auto-detection images were referenced via raw <img src> HTML tags
inside markdown tables. Astro's image pipeline doesn't process these,
so they resolved to 404s on the live site. Replaced with standard
markdown image syntax that Astro handles correctly.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 12, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment May 12, 2026 1:29pm

Request Review

@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 12, 2026

@petradonka

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

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

Overview

This PR replaces raw HTML image tags in two Universal Input image tables with Markdown images inside figures so the docs image pipeline can resolve the assets, and adds descriptive alt text for the disabled auto-detection screenshots.

Concerns

  • No blocking concerns found.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@petradonka petradonka merged commit 4b89e46 into main May 12, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants