Skip to content

Commit 7113b22

Browse files
montfortclaude
andauthored
fix: use absolute URLs for language links in README (#49)
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>
1 parent b380b97 commit 7113b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[Documentation](#documentation)
1616
[Contributing](#contributing)
1717

18-
**Languages**: English | [Español](docs/i18n/es/README.md) | [简体中文](docs/i18n/zh-CN/README.md)
18+
**Languages**: English | [Español](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/i18n/es/README.md) | [简体中文](https://github.com/StrangeDaysTech/devtrail/blob/main/docs/i18n/zh-CN/README.md)
1919

2020
</div>
2121

0 commit comments

Comments
 (0)