mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user