docs(dragon q8b): fix stale 260821 BIOS firmware link in EN download page - #2083
Open
tzz-radxa wants to merge 1 commit into
Open
docs(dragon q8b): fix stale 260821 BIOS firmware link in EN download page#2083tzz-radxa wants to merge 1 commit into
tzz-radxa wants to merge 1 commit into
Conversation
…ge with ZH PR radxa-docs#2079 merged the 260825 BIOS link update on different lines for ZH and EN (ZH updated the block-external line, EN updated the info-block line), leaving EN download.md with: - a direct 260825 zip link inside the info block (ZH uses the directory link) - a stale 260821 zip link in the block-external line Align EN with ZH: info block points to the firmware directory, block-external line points to the 260825 build. Reduces risk of users flashing the outdated 260821 firmware. Source: internal Docs Quality Loop (2026-08-28, support case Q8B BIOS version not uploaded to dl server).
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.
Summary
Fix a stale BIOS firmware link on the English Dragon Q8B download page. The EN page currently shows two BIOS firmware links with different versions, which is inconsistent with the Chinese page and misleading for users downloading firmware.
Problem
Latest BIOS Firmware Release Page) contains a direct link to the 260825 build, while the block outside the info box still points to the 260821 build:[BIOS Firmware - 260825](.../dragon-q8b_flat_build_wp_260825.zip)(inside info box)[BIOS Firmware](.../dragon-q8b_flat_build_wp_260821.zip)(outside info box)docs/dragon/q8b/download.md) has the correct structure: the info box links to the release directory, and the outer link points to the 260825 build.Fix
Align the EN page with the already-correct ZH structure:
https://dl.radxa.com/dragon/q8b/images/(matching ZH)BIOS Firmware - 260825→dragon-q8b_flat_build_wp_260825.zip(matching ZH)This is an EN-only change because the Chinese counterpart is already correct — no ZH edit is needed, and editing ZH would only reintroduce divergence.
Origin
Internal support case (2026-08-28): customer reported the latest Q8B BIOS (260825) was not yet available on the dl server; after it was uploaded, PR #2079 updated the links but left this EN residue. This PR closes that gap so EN users are no longer pointed at the outdated 260821 firmware.
Impact
i18n/en/docusaurus-plugin-content-docs/current/dragon/q8b/download.md, 2 lines)