Hey Web Team, I noticed that there are a bunch of broken links in the "Who's using Debian" English commercial pages:
tubaman@potts:~/sandboxes/webwml [who_updates_20200610]$ find english/users/com/ -name "*.wml" | xargs grep "define-tag webpage" | sed 's/.*<define-tag webpage>\(.*\)<\/define-tag>/\1/' | xargs -P 20 -n1 -I{} curl --write-out "{} %{http_code}\n" --location --silent --output /dev/null {} | grep -v " \(200\|30.\)\$" http://info.opinion-8.com/ 404 http://digitallinx.com/ 000 http://davescomputerandconsole.com// 000 http://tudasbazis.gyumolcstarhely.hu/ 404 http://www.chryslaw.com/ 403 http://www.tb-opakowania.pl/ 000 http://www.novaoffice.no/ 000 http://www.energi.net.ua/ 000 http://www.alcove.com/ 000 http://www.screenlab.com.br/website/ 404 http://www.anykey.se/ 401 http://www.netcom-isp.com/ 000 http://www.snocountry.com/ 403 ... Do we have a policy around removing/fixing broken links? Do we currently actively monitor the site for broken links? Thanks! Ryan N