From 09b1bb83cb853a5d1466760b0dbd433af5c44d76 Mon Sep 17 00:00:00 2001 From: Tang ZZ Date: Tue, 4 Aug 2026 19:34:51 +0800 Subject: [PATCH] docs(e24c): fix broken download-page link in install-system-sd The relative link ../../download resolves to /e/e24c/getting-started/download which does not exist. Change to ../../../download to correctly point to /e/e24c/download. Reported in GitHub Discussion #1963. --- docs/e/e24c/getting-started/install-os/install-system-sd.md | 2 +- .../e/e24c/getting-started/install-os/install-system-sd.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/e/e24c/getting-started/install-os/install-system-sd.md b/docs/e/e24c/getting-started/install-os/install-system-sd.md index 07b89495c..73d403fdd 100644 --- a/docs/e/e24c/getting-started/install-os/install-system-sd.md +++ b/docs/e/e24c/getting-started/install-os/install-system-sd.md @@ -6,7 +6,7 @@ sidebar_position: 1 ## 系统下载 -进入[资源下载汇总](../../download)页面下载对应的操作系统镜像压缩包,下载完成后解压系统镜像压缩包,得到的 `*.img` 后缀文件就是后面安装系统镜像需要的文件。 +进入[资源下载汇总](../../../download)页面下载对应的操作系统镜像压缩包,下载完成后解压系统镜像压缩包,得到的 `*.img` 后缀文件就是后面安装系统镜像需要的文件。 :::tip 下载的系统镜像是一个压缩文件,需要解压后才能通过镜像烧录软件写入到 SD 卡 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/e/e24c/getting-started/install-os/install-system-sd.md b/i18n/en/docusaurus-plugin-content-docs/current/e/e24c/getting-started/install-os/install-system-sd.md index 52ace2634..8becf83bd 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/e/e24c/getting-started/install-os/install-system-sd.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/e/e24c/getting-started/install-os/install-system-sd.md @@ -6,7 +6,7 @@ sidebar_position: 1 ## Download the System Image -Go to the [Downloads Summary](../../download) page to download the corresponding operating system image archive. After downloading, extract the archive to get the `*.img` file needed for system installation. +Go to the [Downloads Summary](../../../download) page to download the corresponding operating system image archive. After downloading, extract the archive to get the `*.img` file needed for system installation. :::tip The downloaded system image is a compressed file that needs to be extracted before it can be written to the SD card using imaging software.