mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 12:14:42 +01:00
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:
parent
0929aa5ce2
commit
7249698cac
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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`
|
||||
|
@ -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() +
|
||||
|
Loading…
Reference in New Issue
Block a user