-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Evaluate all http redirects of outgoing links #1978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -25,7 +25,7 @@ const Footer = () => ( | |||
<section className="footer__right"> | |||
<Link className="footer__link" to="/glossary/">Glossary</Link> | |||
<Link className="footer__link" to="/branding/">Branding</Link> | |||
<Link className="footer__link" to="//gitter.im/webpack/webpack">Gitter</Link> | |||
<Link className="footer__link" to="https://gitter.im/webpack/webpack">Gitter</Link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was going to commend about this https://www.paulirish.com/2010/the-protocol-relative-url/, but then realize is from 8 years ago and see that is now considered an antipattern, also realize how old I am 📟
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I very much know that feeling :D
Failing on profanity :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, feel free to add kill
to our .alexrc
file per the comments in the stylelint-webpack-plugin
PR:
https://github.com/webpack/webpack.js.org/blob/master/.alexrc
Automatically replaced all external urls that had redirects pointing them to a different location.
Automated replacements based on output from hyperlink in #1582