Skip to content

Fix broken image paths in README FAQ section#425

Open
juliosuas wants to merge 1 commit intoaliasrobotics:mainfrom
juliosuas:fix/readme-image-paths
Open

Fix broken image paths in README FAQ section#425
juliosuas wants to merge 1 commit intoaliasrobotics:mainfrom
juliosuas:fix/readme-image-paths

Conversation

@juliosuas
Copy link
Copy Markdown

Summary

  • Updates 8 image references in the README FAQ section from the old imgs/readme_imgs/ path to the correct docs/media/ path
  • All referenced images exist at docs/media/ — the old imgs/readme_imgs/ directory does not exist, causing all FAQ images to fail loading

Changes

All occurrences of:

![image](imgs/readme_imgs/cai-XXX.png)

Updated to:

![image](docs/media/cai-XXX.png)

Affected images: cai-004 through cai-010 (8 references total).

Fixes #396

🤖 Generated with Claude Code

Update 8 image references from the old `imgs/readme_imgs/` path to
the correct `docs/media/` path so FAQ images render properly.

Fixes aliasrobotics#396
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.

Some image paths in the FAQ section of the README are incorrect

1 participant