Skip to content

fix(docs): correct relative links in localized readmes#1974

Merged
piorpua merged 1 commit intoiOfficeAI:mainfrom
yejiming:jimmy/2026-03-31-03-24-48
Mar 31, 2026
Merged

fix(docs): correct relative links in localized readmes#1974
piorpua merged 1 commit intoiOfficeAI:mainfrom
yejiming:jimmy/2026-03-31-03-24-48

Conversation

@yejiming
Copy link
Copy Markdown
Contributor

Pull Request

Description

This PR fixes broken relative links in localized README files under docs/readme/.

What was fixed

  • Updated WeChat image links:
    • from ./resources/wx-5.png
    • to ../../resources/wx-5.png
  • Updated license links:
    • from [Apache-2.0](LICENSE)
    • to [Apache-2.0](../../LICENSE)

Affected files

  • docs/readme/readme_ch.md
  • docs/readme/readme_es.md
  • docs/readme/readme_jp.md
  • docs/readme/readme_ko.md
  • docs/readme/readme_pt.md
  • docs/readme/readme_tr.md
  • docs/readme/readme_tw.md

Related Issues

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Testing

  • Tested on macOS
  • Tested on Windows
  • Tested on Linux
  • My code follows the project's code style guidelines
  • I have performed a self-review of my own code
  • My changes generate no new warnings or errors

Validation run:

  • bun run test (Vitest)
  • Result: all tests passed (231 passed | 6 skipped files, 2197 passed | 9 skipped tests)

Screenshots

Not applicable (documentation link fix only).

Additional Context

This change only adjusts markdown links and does not affect runtime logic.

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@piorpua piorpua added the bot:reviewing Review in progress (mutex) label Mar 31, 2026
@piorpua
Copy link
Copy Markdown
Contributor

piorpua commented Mar 31, 2026

Code Review:fix(docs): correct relative links in localized readmes (#1974)

变更概述

本 PR 修复了 docs/readme/ 目录下 7 个本地化 README 文件中的相对路径错误。将微信群二维码图片链接从 ./resources/wx-5.png 修正为 ../../resources/wx-5.png,将许可证链接从 LICENSE 修正为 ../../LICENSE,确保从 docs/readme/ 子目录正确解析到仓库根目录的资源。


方案评估

结论:✅ 方案合理

所有改动均为相对路径修正,从 docs/readme/ 到仓库根目录需要上溯两级(../../),路径计算正确。已验证目标文件 resources/wx-5.pngLICENSE 均存在于仓库根目录。改动一致性好,7 个文件采用相同的修正模式。


问题清单

✅ 未发现明显问题,代码质量良好,建议批准合并。


汇总

# 严重级别 文件 问题
无问题

结论

批准合并 — 纯文档链接修正,路径正确,无阻塞性问题。


本报告由本地 pr-review skill 生成,包含完整项目上下文,无截断限制。

CONCLUSION: APPROVED
IS_CRITICAL_PATH: false
PR_NUMBER: 1974

@piorpua
Copy link
Copy Markdown
Contributor

piorpua commented Mar 31, 2026

✅ 已自动 review,无阻塞性问题,正在触发自动合并。

@piorpua piorpua merged commit b195b12 into iOfficeAI:main Mar 31, 2026
4 checks passed
@piorpua piorpua added bot:done Auto-merged by bot and removed bot:reviewing Review in progress (mutex) labels Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:done Auto-merged by bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Broken relative links in localized README files under docs/readme/

2 participants