From 3628a4dbe4ddf820626896cf5da9f37a4d7ab3ee Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Mar 2019 13:26:06 -0800 Subject: [PATCH 1/2] 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 +- README.md | 2 +- src/libsass/.github/CONTRIBUTING.md | 2 +- src/libsass/docs/README.md | 2 +- src/libsass/src/operators.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index dfc4c84a7..c4164af10 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/README.md b/README.md index 4ed7c9135..f55f487bd 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ An array of paths that [LibSass] can look in to attempt to resolve your `@import * Type: `Boolean` * Default: `false` -`true` values enable [Sass Indented Syntax](http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html) for parsing the data string or file. +`true` values enable [Sass Indented Syntax](https://sass-lang.com/documentation/file.INDENTED_SYNTAX.html) for parsing the data string or file. __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. diff --git a/src/libsass/.github/CONTRIBUTING.md b/src/libsass/.github/CONTRIBUTING.md index 2ff99d8bd..001535abc 100644 --- a/src/libsass/.github/CONTRIBUTING.md +++ b/src/libsass/.github/CONTRIBUTING.md @@ -60,6 +60,6 @@ report. Once you verified all of the above, you may use the template below to fi [6]: http://www.sassmeister.com/ [7]: https://rubygems.org/gems/sass -[8]: http://sass-lang.com/ +[8]: https://sass-lang.com/ [9]: https://github.com/sass/libsass/tree/master/docs [10]: https://github.com/sass/sass-spec diff --git a/src/libsass/docs/README.md b/src/libsass/docs/README.md index a233fae48..22dc4f562 100644 --- a/src/libsass/docs/README.md +++ b/src/libsass/docs/README.md @@ -15,6 +15,6 @@ Or make your own! | Issue Tracker | Issue Triage | Community Guidelines | |-------------------|----------------------------------|-----------------------------| -| 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! | +| 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! | Please refer to the steps on [Building LibSass](build.md) diff --git a/src/libsass/src/operators.cpp b/src/libsass/src/operators.cpp index a1fd56235..3e5b1d8a3 100644 --- a/src/libsass/src/operators.cpp +++ b/src/libsass/src/operators.cpp @@ -65,7 +65,7 @@ namespace Sass { ); std::string msg("The operation `" + lsh + " " + op_str + " " + rhs + "` is deprecated and will be an error in future versions."); - std::string tail("Consider using Sass's color functions instead.\nhttp://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions"); + std::string tail("Consider using Sass's color functions instead.\nhttps://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions"); deprecated(msg, tail, false, pstate); } From ef734421b19096abc01b932337a88ebf6ca20ef2 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Mar 2019 13:36:11 -0800 Subject: [PATCH 2/2] Revert changes to vendored libsass --- src/libsass/.github/CONTRIBUTING.md | 2 +- src/libsass/docs/README.md | 2 +- src/libsass/src/operators.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libsass/.github/CONTRIBUTING.md b/src/libsass/.github/CONTRIBUTING.md index 001535abc..2ff99d8bd 100644 --- a/src/libsass/.github/CONTRIBUTING.md +++ b/src/libsass/.github/CONTRIBUTING.md @@ -60,6 +60,6 @@ report. Once you verified all of the above, you may use the template below to fi [6]: http://www.sassmeister.com/ [7]: https://rubygems.org/gems/sass -[8]: https://sass-lang.com/ +[8]: http://sass-lang.com/ [9]: https://github.com/sass/libsass/tree/master/docs [10]: https://github.com/sass/sass-spec diff --git a/src/libsass/docs/README.md b/src/libsass/docs/README.md index 22dc4f562..a233fae48 100644 --- a/src/libsass/docs/README.md +++ b/src/libsass/docs/README.md @@ -15,6 +15,6 @@ Or make your own! | Issue Tracker | Issue Triage | Community Guidelines | |-------------------|----------------------------------|-----------------------------| -| 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! | +| 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! | Please refer to the steps on [Building LibSass](build.md) diff --git a/src/libsass/src/operators.cpp b/src/libsass/src/operators.cpp index 3e5b1d8a3..a1fd56235 100644 --- a/src/libsass/src/operators.cpp +++ b/src/libsass/src/operators.cpp @@ -65,7 +65,7 @@ namespace Sass { ); std::string msg("The operation `" + lsh + " " + op_str + " " + rhs + "` is deprecated and will be an error in future versions."); - std::string tail("Consider using Sass's color functions instead.\nhttps://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions"); + std::string tail("Consider using Sass's color functions instead.\nhttp://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions"); deprecated(msg, tail, false, pstate); }