docs: fix balena-etcher version mismatch in _etcher.mdx (zh+en) - #2023
Open
tangzz-radxa wants to merge 1 commit into
Open
docs: fix balena-etcher version mismatch in _etcher.mdx (zh+en)#2023tangzz-radxa wants to merge 1 commit into
tangzz-radxa wants to merge 1 commit into
Conversation
The EN Linux tab linked to balena-etcher 1.19.16 but the install command still referenced 1.18.11, so 'sudo dpkg -i balena-etcher_1.18.11_amd64.deb' would fail after downloading the 1.19.16 package. Align link text, URL and install command to 1.19.16 in both zh and en.
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.
Fixes #415
客户问题 / Issue
GitHub issue #415 (2024-10): 用户按
_etcher.mdx英文版步骤下载 Etcher 时,页面链接指向 balena-etcher 1.19.16(balena-etcher_1.19.16_amd64.deb),但安装命令仍是sudo dpkg -i balena-etcher_1.18.11_amd64.deb,导致下载的文件名与 dpkg 命令不一致,安装必然失败。根因
英文版 Linux 标签页内版本不一致:链接文字与 URL 指向 1.19.16,但
dpkg安装命令残留 1.18.11。中文版虽然链接/命令一致,但整体停留在旧版本 1.18.11。修改内容
docs/common/general/_etcher.mdx(中文):Linux 标签页链接与安装命令统一更新为 balena-etcher 1.19.16i18n/en/.../common/general/_etcher.mdx(英文):Linux 标签页链接文字与安装命令统一为 1.19.16,与现有 URL 一致两语言同步修改,均为 docs-only 小改动(4 行变更)。
验证
影响范围
_etcher.mdx被多款产品(rock5itx / rock3a / e25 / rockpis0 / zero 系列等)的 install-os 页面引用,本次修复让所有引用页面的 Linux 安装步骤可用。