pox / EndTheFUD

The best articles debunking Bitcoin FUD
https://EndTheFUD.org
Apache License 2.0
69 stars 21 forks source link

Some links no longer work #20

Closed 9mido closed 2 years ago

9mido commented 2 years ago

Use https://www.deadlinkchecker.com/ to check to see which links no longer work.

Status URL Source link text
404 Not Found https://endthefud.org/pow endthefud.org/PoW
404 Not Found https://medium.com/john-pfeffer/an-institutional-investors-take-on-cryptoassets-69042115890 An (Institutional) Investor’s Take on Cryptoassets
503 Service Unavailable https://www.amazon.com/Thank-God-Bitcoin-Corruption-Redemption/dp/1641991216/ref=sr_1_1?dchild=1&keywords=thank+god+for+bitcoin&qid=1607152012&sr=8-1 Thank God for Bitcoin
404 Not Found https://endthefud.org/pos endthefud.org/PoS
403 Forbidden https://blog.coinbase.com/fact-check-is-bitcoin-mining-environmentally-unfriendly-3559823af6f1 FACT CHECK: Is Bitcoin mining environmentally unfriendly?
-1 Not found: A connection with the server could not be established https://btcco2.org/ btcCO2.org
-1 Timeout https://btcco2.com/ btcCO2.com
-1 Timeout https://shitcoin.review/ shitcoin.review
pox commented 2 years ago

Thank you for bringing this to my attention. Good to know this web site, I'll definitely use it in the future. Will fix the broken links.

9mido commented 2 years ago

You're welcome and thank you.

pox commented 2 years ago

All broken links fixed. A couple were false positives (some domains seem to block the bot).

9mido commented 2 years ago

Thanks for the fast turnaround. There are a bunch of broken link checkers you could use. Search broken link checkers on your search engine.

If you use python, you could use something like https://wummel.github.io/linkchecker/

pox commented 2 years ago

Good idea.

You feedback is awesome. I hope you watch the repo and keep adding your input.

lingmann commented 2 years ago

Hi @pox it might be useful to integrate a Github action broken linker checker such as Broken Link Checker Action. I haven't used this particular one, but it seemed to be a decent candidate after doing a very quick google search. Would you be open to a PR to add a Github action that does automatic broken link checking and reporting? And if so, do you have any preferences on how it might work? Thanks for working on this awesome project!!

pox commented 2 years ago

Great idea @lingmann. This action can be triggered on both PRs and with cron. Go right ahead and add it if you want. Otherwise I might just do it. :)