Skip to content

docs: fix broken internal links in E24C getting-started pages - #2031

Merged
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/e24c-fix-broken-links
Aug 19, 2026
Merged

docs: fix broken internal links in E24C getting-started pages#2031
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/e24c-fix-broken-links

Conversation

@tangzz-radxa

Copy link
Copy Markdown
Contributor

问题

E24C 教程页存在失效跳转链接(由 docs.radxa.com 页面巡检发现):

  1. getting-started/install-os/install-system-sd.md(中/英)中的「资源下载汇总 / Downloads Summary」链接写为 ../../../download,从 install-os/ 目录解析后指向不存在的 /e/download(线上 404)。

    • 修正为 ../../download,正确指向 /e/e24c/download(线上 200 ✅)。
  2. getting-started/install-os/maskrom/install-system-linux.mdinstall-system-windows.md(中/英)中的「快速上手 / Quick Start」链接写为 ../../introduction,指向不存在的 /e/e24c/getting-started/introduction(线上 404)。

    • 修正为 ../../quick-start,正确指向 /e/e24c/getting-started/quick-start

修改范围

  • docs-only,共 6 个文件(中文 3 + 英文 3),无内容性改动,仅修正相对链接路径。
  • 中英文同步修改。

验证

  • 已用脚本全量校验 docs/e/e24ci18n/en/.../e/e24c 下所有内部相对链接,修复后全部可解析。
  • github_pr_guard check 通过(bilingual 无缺失,scope 仅 docs/e/e24c)。

- install-system-sd.md: 'download' link pointed to non-existent /e/download,
  corrected to ../../download which resolves to /e/e24c/download
- maskrom install-system-linux/windows: 'Quick Start' link pointed to
  non-existent getting-started/introduction, corrected to ../../quick-start
- applied to both zh-CN (docs/) and en (i18n/en) versions

Reported via docs.radxa.com page review: E24C install-system-sd page had a
broken resource download redirect link.
@tangzz-radxa
tangzz-radxa requested a review from a team as a code owner August 19, 2026 02:16
@Milir-Radxa
Milir-Radxa merged commit e81c447 into radxa-docs:main Aug 19, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants