Skip to content

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

Merged
merged 2 commits into from
Apr 5, 2018
Merged

Conversation

Munter
Copy link
Collaborator

@Munter Munter commented Apr 3, 2018

Automatically replaced all external urls that had redirects pointing them to a different location.

Automated replacements based on output from hyperlink in #1582

@Munter Munter requested review from montogeek and skipjack April 3, 2018 23:33
@@ -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>
Copy link
Member

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 📟

Copy link
Collaborator Author

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

@Munter
Copy link
Collaborator Author

Munter commented Apr 4, 2018

Failing on profanity :/

webpack-contrib/stylelint-webpack-plugin#150

Copy link
Collaborator

@skipjack skipjack left a 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

cc @jeremenichelli

@Munter Munter merged commit dd890c6 into master Apr 5, 2018
@Munter Munter deleted the evaluate-redirects branch April 5, 2018 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants