Skip to content

Commit b97b010

Browse files
asottilexzyfer
authored andcommitted
https-ify sass-lang.com urls
See sass/sass-site#217 Committed via https://github.com/asottile/all-repos
1 parent b260394 commit b97b010

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ report. Once you verified all of the above, you may use the template below to fi
6060
[6]: http://www.sassmeister.com/
6161
[7]: https://rubygems.org/gems/sass
6262

63-
[8]: http://sass-lang.com/
63+
[8]: https://sass-lang.com/
6464
[9]: https://github.com/sass/libsass/tree/master/docs
6565
[10]: https://github.com/sass/sass-spec

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

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Or make your own!
1515

1616
| Issue Tracker | Issue Triage | Community Guidelines |
1717
|-------------------|----------------------------------|-----------------------------|
18-
| We're always needing help, so check out our issue tracker, help some people out, and read our article on [Contributing](contributing.md)! It's got all the details on what to do! | To help understand the process of triaging bugs, have a look at our [Issue-Triage](triage.md) document. | Oh, and don't forget we always follow [[Sass Community Guidelines|http://sass-lang.com/community-guidelines]]. Be nice and everyone else will be nice too! |
18+
| We're always needing help, so check out our issue tracker, help some people out, and read our article on [Contributing](contributing.md)! It's got all the details on what to do! | To help understand the process of triaging bugs, have a look at our [Issue-Triage](triage.md) document. | Oh, and don't forget we always follow [[Sass Community Guidelines|https://sass-lang.com/community-guidelines]]. Be nice and everyone else will be nice too! |
1919

2020
Please refer to the steps on [Building LibSass](build.md)

src/operators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ namespace Sass {
6464
"The operation `" + lsh + " " + sass_op_to_name(op) + " " + rhs +
6565
"` is deprecated and will be an error in future versions.",
6666
"Consider using Sass's color functions instead.\n"
67-
"http://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions",
67+
"https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions",
6868
/*with_column=*/false, pstate);
6969
}
7070

0 commit comments

Comments
 (0)