fix(links): busybox 官方仓库 pointed at the homepage, duplicating the line above

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.
This commit is contained in:
yeasy
2026-07-23 07:40:41 -07:00
parent d705dfb631
commit 7c96d19fd4
+1 -1
View File
@@ -110,6 +110,6 @@ tmpfs on /sys/firmware type tmpfs (ro,relatime)
### 20.1.4 相关资源 ### 20.1.4 相关资源
* `Busybox` 官网https://busybox.net/ * `Busybox` 官网https://busybox.net/
* `Busybox` 官方仓库https://busybox.net/ * `Busybox` 源码下载https://busybox.net/downloads/
* `Busybox` 官方镜像https://hub.docker.com/\_/busybox/ * `Busybox` 官方镜像https://hub.docker.com/\_/busybox/
* `Busybox` 官方镜像仓库https://github.com/docker-library/busybox * `Busybox` 官方镜像仓库https://github.com/docker-library/busybox