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/