Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 33a32c3

Browse files
asottilexzyfer
authored andcommitted
https-ify sass-lang.com urls (#2608)
* https-ify sass-lang.com urls See sass/sass-site#217 Committed via https://github.com/asottile/all-repos * Revert changes to vendored libsass
1 parent a2ac801 commit 33a32c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ An array of paths that [LibSass] can look in to attempt to resolve your `@import
217217
* Type: `Boolean`
218218
* Default: `false`
219219

220-
`true` values enable [Sass Indented Syntax](http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html) for parsing the data string or file.
220+
`true` values enable [Sass Indented Syntax](https://sass-lang.com/documentation/file.INDENTED_SYNTAX.html) for parsing the data string or file.
221221

222222
__Note:__ node-sass/libsass will compile a mixed library of scss and indented syntax (.sass) files with the Default setting (false) as long as .sass and .scss extensions are used in filenames.
223223

0 commit comments

Comments
 (0)