[DOCS] Archived npm/npm
repo still points to npm.community
; redirect has bad cert
#6194
Closed
2 tasks done
Labels
Is there an existing issue for this?
This is a CLI Docs Problem, not another kind of Docs Problem.
Description of Problem
The archived npm repo prominently links to http://npm.community/ in several places. This domain now redirects to
npmjs.com
-- reasonable people can disagree over how helpful this is, I guess, but that's not my point here. The problem is that the redirect involves going through a connection tonpm.community
which is signed with a wildcard cert that is only good for*.github.com
.Potential Solution
If you're going to leave a redirect page there, it should be signed with a cert that is valid for the domain that the user is visiting.
(It would be great if the redirect went somewhere more useful for getting actual NPM support, like this repository, or a direct link to the
npm/feedback
repo, rather than the package repository homepage, but that's neither here nor there.)Affected URL
http://npm.community/
The text was updated successfully, but these errors were encountered: