-
Notifications
You must be signed in to change notification settings - Fork 132
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
https-ify sass-lang.com urls #247
Conversation
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.
Would you mind also updating the link in Readme.md
: https://github.com/sass/sassc/blob/6dbd9819d66ed17b5991803b801caee74dc8d554/Readme.md#about-sass
weird! how did it miss that :S, yeah let me get that too |
oh! because I included the trailing slash 🤦♂️ |
|
yeah my bug was the shouldn't have included the slash there 😭 |
Fortunately it's easy for me to find the ones I missed with the same tooling: $ all-repos-grep -C all-repos-sass.json http://sass-lang.com | grep -v 'http://sass-lang.com/'
repos-sass/sass/libsass:Readme.md:For more information about Sass itself, please visit http://sass-lang.com
repos-sass/sass/libsass.com:index.html: <p><a href="http://sass-lang.com">Sass</a> is a pre-processing language for CSS. It allows you to write cleaner stylesheets and makes collaboration on your CSS a breeze. There's a ton of information on Sass out there, so we won't repeat it all here. Just make sure to check out <a href="http://sass-lang.com" target="_blank">the Sass site</a> for tutorials and examples.</p>
repos-sass/sass/node-sass:src/libsass/Readme.md:For more information about Sass itself, please visit http://sass-lang.com
repos-sass/sass/ruby-sass:doc-src/SASS_REFERENCE.md:such as `"Lucida Grande"` or `'http://sass-lang.com'`,
repos-sass/sass/ruby-sass:test/sass/scss/css_test.rb: f: url(http://sass-lang.com);
repos-sass/sass/sass:doc-src/SASS_REFERENCE.md:such as `"Lucida Grande"` or `'http://sass-lang.com'`,
repos-sass/sass/sass:test/sass/scss/css_test.rb: f: url(http://sass-lang.com);
repos-sass/sass/sassc:Readme.md:For more information about Sass itself, please visit http://sass-lang.com |
See sass/sass-site#217
Committed via https://github.com/asottile/all-repos