Skip to content

Fix dead links in README - #2194

Open
1t1sCooL wants to merge 1 commit into
CodeEditApp:mainfrom
1t1sCooL:fix-dead-links
Open

Fix dead links in README#2194
1t1sCooL wants to merge 1 commit into
CodeEditApp:mainfrom
1t1sCooL:fix-dead-links

Conversation

@1t1sCooL

Copy link
Copy Markdown

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.

  • http://angcosmin.com β†’ https://github.com/AngCosmin
    • curl 000 + dig @8.8.8.8 empty (NXDOMAIN). Contributor link in all-contributors table; gh api users/AngCosmin returns the account with empty blog field, so the standard fallback is the GitHub profile of the same person.
  • http://danielz.xyz β†’ https://danielz.fyi
    • curl 000 + dig empty (NXDOMAIN). Same GitHub account (user id 65467530, renamed danielzsh->xyzqm) now lists blog danielz.fyi; page returns 200 and shows 'Daniel'/'danielz' branding β€” same person's site moved.
  • http://mmshivesh.ml β†’ https://github.com/mmshivesh
    • curl 000 + dig empty (NXDOMAIN, dead .ml Freenom domain). gh api users/mmshivesh: account exists, blog field empty β€” replace with the same contributor's GitHub profile (all-contributors fallback).
  • http://pribess.github.io β†’ https://github.com/Pribess
    • curl -L returns 404 (GitHub Pages site removed). gh api users/Pribess: account exists, blog field empty β€” replace with the same contributor's GitHub profile.
  • https://akringblog.com/ β†’ https://akring.com/
    • curl 000 + dig empty (NXDOMAIN). Same GitHub user akring now lists blog https://akring.com/; it returns 200 with title 'Akring' β€” same person's site on a new domain.
  • https://alexsinelnikov.io/ β†’ https://alexsinelnikov.blog
    • curl 000 + dig empty (NXDOMAIN). Same GitHub user avdept (Alex Sinelnikov) now lists blog https://alexsinelnikov.blog; it returns 200 (personal product-developer blog) β€” same person's site moved.
  • https://ninjiacoder.me β†’ https://rayzhao.work
    • curl 000 + dig empty (NXDOMAIN). Same GitHub user RayZhao1998 now lists blog https://rayzhao.work; it returns 200 with title 'Ray Zhao | AI Coding、iOS δΈŽδΊ§ε“ε·₯程' β€” same person's site on a new domain.
  • https://nobelliu.github.com β†’ https://github.com/NobelLiu
    • curl 000, dig empty (*.github.com subdomains do not resolve; the likely intended nobelliu.github.io is also 404). Profile blog field still holds the dead URL β€” replace with the same contributor's GitHub profile (verified via gh api).
  • https://wdg.codes β†’ https://wesleydegroot.nl
    • curl 000 + dig empty (NXDOMAIN). Same GitHub user 0xWDG now lists blog https://wesleydegroot.nl; it returns 200 with title 'Home - Wesley de Groot' β€” same person's site on a new domain.

Happy to adjust or split this if you'd prefer a different fix for any item.

Signed-off-by: Mikhail Alabugin <137305666+1t1sCooL@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant