From e5c6c6c173463a25e837b65789b32343a43d9395 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Mar 2019 13:27:30 -0800 Subject: [PATCH] https-ify sass-lang.com urls See https://github.com/sass/sass-site/issues/217 Committed via https://github.com/asottile/all-repos --- CODE_OF_CONDUCT.md | 2 +- lib/rails/generators/sass/assets/templates/stylesheet.sass | 2 +- lib/rails/generators/scss/assets/templates/stylesheet.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index dfc4c84..c4164af 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/lib/rails/generators/sass/assets/templates/stylesheet.sass b/lib/rails/generators/sass/assets/templates/stylesheet.sass index 25a5df9..4c7ead2 100644 --- a/lib/rails/generators/sass/assets/templates/stylesheet.sass +++ b/lib/rails/generators/sass/assets/templates/stylesheet.sass @@ -1,3 +1,3 @@ // Place all the styles related to the <%= name %> controller here. // They will automatically be included in application.css. -// You can use Sass here: http://sass-lang.com/ +// You can use Sass here: https://sass-lang.com/ diff --git a/lib/rails/generators/scss/assets/templates/stylesheet.scss b/lib/rails/generators/scss/assets/templates/stylesheet.scss index 2e92369..84d2cf7 100644 --- a/lib/rails/generators/scss/assets/templates/stylesheet.scss +++ b/lib/rails/generators/scss/assets/templates/stylesheet.scss @@ -1,3 +1,3 @@ // Place all the styles related to the <%= name %> controller here. // They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ +// You can use Sass (SCSS) here: https://sass-lang.com/