From 7249698cac8f1996b7520d4dd8c62b66832620e5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Mar 2019 16:38:55 -0800 Subject: [PATCH] https-ify sass-lang.com urls (#614) See https://github.com/sass/sass-site/issues/217 Committed via https://github.com/asottile/all-repos --- CODE_OF_CONDUCT.md | 2 +- README.md | 2 +- package/README.npm.md | 2 +- tool/grind/github.dart | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index dfc4c84a..c4164af1 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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 diff --git a/README.md b/README.md index 28f02417..6f76a5f8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A [Dart][dart] implementation of [Sass][sass]. **Sass makes CSS fun again**. [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) diff --git a/package/README.npm.md b/package/README.npm.md index 58120066..d337c2c3 100644 --- a/package/README.npm.md +++ b/package/README.npm.md @@ -16,7 +16,7 @@ A pure JavaScript implementation of [Sass][sass]. **Sass makes CSS fun again**. -[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` diff --git a/tool/grind/github.dart b/tool/grind/github.dart index dd8a3e3f..22c16bf8 100644 --- a/tool/grind/github.dart +++ b/tool/grind/github.dart @@ -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() +