Skip to content

Commit e5c6c6c

Browse files
committed
https-ify sass-lang.com urls
See sass/sass-site#217 Committed via https://github.com/asottile/all-repos
1 parent 95f47ca commit e5c6c6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ fair place to play.
77

88
[The full community guidelines can be found on the Sass website.][link]
99

10-
[link]: http://sass-lang.com/community-guidelines
10+
[link]: https://sass-lang.com/community-guidelines
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Place all the styles related to the <%= name %> controller here.
22
// They will automatically be included in application.css.
3-
// You can use Sass here: http://sass-lang.com/
3+
// You can use Sass here: https://sass-lang.com/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Place all the styles related to the <%= name %> controller here.
22
// They will automatically be included in application.css.
3-
// You can use Sass (SCSS) here: http://sass-lang.com/
3+
// You can use Sass (SCSS) here: https://sass-lang.com/

0 commit comments

Comments
 (0)