fix(docs): correct relative links in localized readmes#1974
fix(docs): correct relative links in localized readmes#1974piorpua merged 1 commit intoiOfficeAI:mainfrom
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Code Review:fix(docs): correct relative links in localized readmes (#1974)变更概述本 PR 修复了 方案评估结论:✅ 方案合理 所有改动均为相对路径修正,从 问题清单
汇总
结论✅ 批准合并 — 纯文档链接修正,路径正确,无阻塞性问题。 本报告由本地 CONCLUSION: APPROVED |
|
✅ 已自动 review,无阻塞性问题,正在触发自动合并。 |
Pull Request
Description
This PR fixes broken relative links in localized README files under
docs/readme/.What was fixed
./resources/wx-5.png../../resources/wx-5.png[Apache-2.0](LICENSE)[Apache-2.0](../../LICENSE)Affected files
docs/readme/readme_ch.mddocs/readme/readme_es.mddocs/readme/readme_jp.mddocs/readme/readme_ko.mddocs/readme/readme_pt.mddocs/readme/readme_tr.mddocs/readme/readme_tw.mdRelated Issues
docs/readme/#1971Type of Change
Testing
Validation run:
bun run test(Vitest)231 passed | 6 skippedfiles,2197 passed | 9 skippedtests)Screenshots
Not applicable (documentation link fix only).
Additional Context
This change only adjusts markdown links and does not affect runtime logic.