Re: Test on cleaning up 404 error from busybox.net main page.

Jeff Pohlmeyer via busybox <[email protected]> Fri, 22 May 2026 17:38:12 -0500
Newsgroups gmane.linux.busybox
Message-ID <CAEuRe+12XjXNz0efzf8TQSRQbth3t3QgE-e2dLVS_=HQ8r38oA@mail.gmail.com>
On Fri, May 22, 2026 Michael D. Setzer II wrote:

> but got a few errors caused by direct links without https://busybox.net
> Step 4: Manually modified those lines, and a 100% clean run with deadlinks.

Instead of replacing the all the links without https://busybox.net
it might be cleaner to add this one line to the <head> section:

<base href="https://busybox.net/" />