Skip to content

fix: use absolute URLs for language links in crates.io README#49

Merged
montfort merged 1 commit intomainfrom
fix/crates-readme-lang-links
Apr 5, 2026
Merged

fix: use absolute URLs for language links in crates.io README#49
montfort merged 1 commit intomainfrom
fix/crates-readme-lang-links

Conversation

@montfort
Copy link
Copy Markdown
Contributor

@montfort montfort commented Apr 5, 2026

Summary

  • Fix broken Español and 简体中文 language links on crates.io
  • Convert relative paths to absolute GitHub URLs so they resolve correctly on both GitHub and crates.io

Root cause

crates.io cannot resolve repo-relative paths like docs/i18n/es/README.md. Absolute URLs work everywhere.

Test plan

  • Links verified on GitHub: both point to existing files on main

🤖 Generated with Claude Code

Relative paths like `docs/i18n/es/README.md` break on crates.io
because its renderer cannot resolve repo-relative paths. Use absolute
GitHub URLs so the links work both on GitHub and crates.io.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@montfort montfort merged commit 7113b22 into main Apr 5, 2026
@montfort montfort mentioned this pull request Apr 5, 2026
2 tasks
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.

1 participant