Skip to content

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

@yejiming

Description

@yejiming

Platform

macOS (Apple Silicon)

AionUi Version

1.9.4

Bug Description

Several localized README files in docs/readme/ contain relative links that resolve to non-existent paths.

Examples found:

  • Community image link: ./resources/wx-5.png
  • License link: LICENSE (used via [Apache-2.0](LICENSE))

Because these files are located in docs/readme/, those paths point to:

  • docs/readme/resources/... (does not exist)
  • docs/readme/LICENSE (does not exist)

This causes broken links in rendered documentation.

Steps to Reproduce

  1. Open any localized README, e.g. docs/readme/readme_ch.md.
  2. Locate:
    • [微信群](./resources/wx-5.png)
    • [Apache-2.0](LICENSE)
  3. Resolve paths relative to docs/readme/.
  4. Observe that target files do not exist at those resolved locations.

Expected Behavior

All local links in localized README files should resolve correctly, e.g.:

  • ../../resources/wx-5.png
  • ../../LICENSE

Actual Behavior

Current links are broken due to incorrect relative paths from docs/readme/.

Additional Context

This appears in multiple localized files (readme_ch.md, readme_jp.md, readme_ko.md, readme_es.md, readme_pt.md, readme_tr.md, readme_tw.md).
A batch fix plus a lightweight link-check step in docs CI would help prevent regressions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions