docs: fix broken internal links in E24C getting-started pages - #2031
Merged
Milir-Radxa merged 1 commit intoAug 19, 2026
Merged
Conversation
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
E24C 教程页存在失效跳转链接(由 docs.radxa.com 页面巡检发现):
getting-started/install-os/install-system-sd.md(中/英)中的「资源下载汇总 / Downloads Summary」链接写为../../../download,从install-os/目录解析后指向不存在的/e/download(线上 404)。../../download,正确指向/e/e24c/download(线上 200 ✅)。getting-started/install-os/maskrom/install-system-linux.md与install-system-windows.md(中/英)中的「快速上手 / Quick Start」链接写为../../introduction,指向不存在的/e/e24c/getting-started/introduction(线上 404)。../../quick-start,正确指向/e/e24c/getting-started/quick-start。修改范围
验证
docs/e/e24c与i18n/en/.../e/e24c下所有内部相对链接,修复后全部可解析。github_pr_guard check通过(bilingual 无缺失,scope 仅docs/e/e24c)。