Fix dead links in README - #539
Open
1t1sCooL wants to merge 1 commit into
Open
Conversation
1t1sCooL
requested review from
a team,
RandomInsano,
berkus and
rahul-thakoor
as code owners
August 27, 2026 13:14
1t1sCooL
force-pushed
the
fix-dead-links
branch
from
September 2, 2026 08:09
f507bbf to
f3f0581
Compare
Author
|
Note on the Super Linter failure: the three markdownlint findings (README.md:1361 MD009 trailing space, README.md:1402-1403 MD053 unused reference definitions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link-checked the README and fixed what is confirmed dead. Every dead URL was re-verified with curl (browser UA; NXDOMAIN double-checked via 8.8.8.8), and every replacement URL returns HTTP 200.
https://barafael.github.io/A-Platform-Agnostic-Driver-for-EBYTE-E32-LoRa-Modules/→https://barafael.github.io/posts/a-platform-agnostic-driver-for-ebyte-e32-lora-modules/https://barafael.github.io/A-Platform-Agnostic-Driver-for-the-CD74HC4067→https://barafael.github.io/posts/a-platform-agnostic-driver-for-the-cd74hc4067/https://barafael.github.io/A-Platform-Agnostic-Driver-for-the-HC12-serial-radio-module/→https://barafael.github.io/posts/a-platform-agnostic-driver-for-the-hc12-serial-radio-module/https://robamu.github.io/post/max11619-driver-rust/→https://robamu.github.io/blog/max11619-driver-rust/https://robamu.github.io/post/rust-ecosystem/→https://robamu.github.io/blog/rust-ecosystem/https://www.starfivetech.com/en/site/soc→https://www.starfivetech.com/en/index.php?s=computing&c=show&id=1https://www.theembeddedrustacean.com/c/ser-no-std→https://www.theembeddedrustacean.com/ser-esp-no-stdhttps://www.theembeddedrustacean.com/c/ser-std→https://www.theembeddedrustacean.com/ser-esp-stdHappy to adjust or split this if you'd prefer a different fix for any item.