[PR #72] [MERGED] Fix dead links and URI schemes #81

Closed
opened 2026-02-27 14:57:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz-docs/pull/72
Author: @winny-
Created: 4/2/2023
Status: Merged
Merged: 4/2/2023
Merged by: @antonym

Base: masterHead: linkAudit


📝 Commits (1)

  • cba36fb Fix dead links and URI schemes

📊 Changes

5 files changed (+26 additions, -24 deletions)

View changed files

📝 blog/2016-01-07-booting-linux-isos-with-memdisk-and-ipxe.md (+4 -2)
📝 docs/booting/qemu.md (+2 -2)
📝 docs/faq.md (+18 -18)
📝 docs/introduction.md (+1 -1)
📝 docs/kb/networking/edgerouter.md (+1 -1)

📄 Description

I also added an editor's note about Antergos's defunct status with a reference to its successor.

This changes a few HTTPS urls to HTTP - this is intentional - it turns out the MirBSD.org webserver does not work with modern browsers. I contacted mirabilos (the maintainer) to ask what he wants done - he suggested I use HTTP for now.

Additionally tinycore linux no longer operates a HTTPS website. It appears HTTP only.

As a note to myself and others, here is how you can (roughly) test the links:

grep -hrEo "(http|https)://[a-zA-Z0-9./?=_%:-]*" blog docs |
    sort -u |
    while read -r url; do
        echo -n '.'
        curl -sS -I -m 5 "$url" >/dev/null || printf '\n%s\n' "$url"
    done

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz-docs/pull/72 **Author:** [@winny-](https://github.com/winny-) **Created:** 4/2/2023 **Status:** ✅ Merged **Merged:** 4/2/2023 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `linkAudit` --- ### 📝 Commits (1) - [`cba36fb`](https://github.com/netbootxyz/netboot.xyz-docs/commit/cba36fb11b01ada958a4e1cab528eb8d36d3e5cf) Fix dead links and URI schemes ### 📊 Changes **5 files changed** (+26 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `blog/2016-01-07-booting-linux-isos-with-memdisk-and-ipxe.md` (+4 -2) 📝 `docs/booting/qemu.md` (+2 -2) 📝 `docs/faq.md` (+18 -18) 📝 `docs/introduction.md` (+1 -1) 📝 `docs/kb/networking/edgerouter.md` (+1 -1) </details> ### 📄 Description I also added an editor's note about Antergos's defunct status with a reference to its successor. This changes a few HTTPS urls to HTTP - this is intentional - it turns out the MirBSD.org webserver does not work with modern browsers. I contacted mirabilos (the maintainer) to ask what he wants done - he suggested I use HTTP for now. Additionally tinycore linux no longer operates a HTTPS website. It appears HTTP only. As a note to myself and others, here is how you can (roughly) test the links: ```bash grep -hrEo "(http|https)://[a-zA-Z0-9./?=_%:-]*" blog docs | sort -u | while read -r url; do echo -n '.' curl -sS -I -m 5 "$url" >/dev/null || printf '\n%s\n' "$url" done ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:57:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz-docs#81
No description provided.