https-ify sass-lang.com urls (#614)

See https://github.com/sass/sass-site/issues/217

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2019-03-04 16:38:55 -08:00 committed by Natalie Weizenbaum
parent 0929aa5ce2
commit 7249698cac
4 changed files with 4 additions and 4 deletions

View File

@ -7,4 +7,4 @@ fair place to play.
[The full community guidelines can be found on the Sass website.][link]
[link]: http://sass-lang.com/community-guidelines
[link]: https://sass-lang.com/community-guidelines

View File

@ -19,7 +19,7 @@ A [Dart][dart] implementation of [Sass][sass]. **Sass makes CSS fun again**.
</table>
[dart]: https://www.dartlang.org
[sass]: http://sass-lang.com/
[sass]: https://sass-lang.com/
* [Using Dart Sass](#using-dart-sass)
* [From Chocolatey (Windows)](#from-chocolatey-windows)

View File

@ -16,7 +16,7 @@ A pure JavaScript implementation of [Sass][sass]. **Sass makes CSS fun again**.
</tr>
</table>
[sass]: http://sass-lang.com/
[sass]: https://sass-lang.com/
This package is a distribution of [Dart Sass][], compiled to pure JavaScript
with no native code or external dependencies. It provides a command-line `sass`

View File

@ -77,7 +77,7 @@ String _releaseMessage() {
version.replaceAll(".", "");
return "To install Dart Sass $version, download one of the packages above "
"and [add it to your PATH](https://katiek2.github.io/path-doc/), or see "
"[the Sass website](http://sass-lang.com/install) for full installation "
"[the Sass website](https://sass-lang.com/install) for full installation "
"instructions.\n\n"
"## Changes\n\n" +
_lastChangelogSection() +