-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Bug]: Broken relative links in localized README files under docs/readme/ #1971
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
- Open any localized README, e.g.
docs/readme/readme_ch.md. - Locate:
[微信群](./resources/wx-5.png)[Apache-2.0](LICENSE)
- Resolve paths relative to
docs/readme/. - 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working