From 7c96d19fd46f08d6492d8682f9d791ff180cfada Mon Sep 17 00:00:00 2001 From: yeasy Date: Thu, 23 Jul 2026 07:40:41 -0700 Subject: [PATCH] =?UTF-8?q?fix(links):=20busybox=20=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E4=BB=93=E5=BA=93=20pointed=20at=20the=20homepage,=20duplicati?= =?UTF-8?q?ng=20the=20line=20above?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git.busybox.net is gone — every path under it 404s, including /busybox/ — so the earlier sweep replaced the dead repo link with https://busybox.net/. That is byte-identical to the 官网 bullet directly above it, leaving two bullets with different labels and the same URL, and a 官方仓库 label describing a page that is not a repository. Points it at the official source-download index instead and relabels it 源码下载. Verified 200. --- 20_cases_os/20.1_busybox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20_cases_os/20.1_busybox.md b/20_cases_os/20.1_busybox.md index e09fa4e..6d4991a 100644 --- a/20_cases_os/20.1_busybox.md +++ b/20_cases_os/20.1_busybox.md @@ -110,6 +110,6 @@ tmpfs on /sys/firmware type tmpfs (ro,relatime) ### 20.1.4 相关资源 * `Busybox` 官网:https://busybox.net/ -* `Busybox` 官方仓库:https://busybox.net/ +* `Busybox` 源码下载:https://busybox.net/downloads/ * `Busybox` 官方镜像:https://hub.docker.com/\_/busybox/ * `Busybox` 官方镜像仓库:https://github.com/docker-library/busybox