From b3f14d07e47149cf2a348e0c21c9304455c6af3b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Mar 2019 13:25:23 -0800 Subject: [PATCH 1/3] https-ify sass-lang.com urls See https://github.com/sass/sass-site/issues/217 Committed via https://github.com/asottile/all-repos --- .github/CONTRIBUTING.md | 2 +- CODE_OF_CONDUCT.md | 2 +- docs/README.md | 2 +- src/operators.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a03c9055e8..ee37049ac5 100644 --- a/.github/CONTRIBUTING.md +++ b/.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/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index dfc4c84a74..c4164af109 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/docs/README.md b/docs/README.md index a233fae48e..22dc4f562b 100644 --- a/docs/README.md +++ b/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/operators.cpp b/src/operators.cpp index c2fa9fa82e..57ce564490 100644 --- a/src/operators.cpp +++ b/src/operators.cpp @@ -64,7 +64,7 @@ namespace Sass { "The operation `" + lsh + " " + sass_op_to_name(op) + " " + rhs + "` is deprecated and will be an error in future versions.", "Consider using Sass's color functions instead.\n" - "http://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions", + "https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions", /*with_column=*/false, pstate); } From 28e618ba859fbda1e134e87d082c1fc95b070f88 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 4 Mar 2019 13:39:30 -0800 Subject: [PATCH 2/3] Fix broken markdown link Co-Authored-By: asottile --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 22dc4f562b..c0d4491e2c 100644 --- a/docs/README.md +++ b/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](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) From d9d3f4a8a87ba4c287839bf67b116a580c54b695 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Mar 2019 13:41:27 -0800 Subject: [PATCH 3/3] Fix one more I missed due to faulty sed --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d8919932e9..f061320634 100644 --- a/Readme.md +++ b/Readme.md @@ -88,7 +88,7 @@ Sass was originally conceived of by the co-creator of this library, Hampton Catl Most of the language has been the result of years of work by Natalie Weizenbaum ([@nex3]) and Chris Eppstein ([@chriseppstein]). -For more information about Sass itself, please visit http://sass-lang.com +For more information about Sass itself, please visit https://sass-lang.com Initial development of LibSass by Aaron Leung and Hampton Catlin was supported by [Moovweb](http://www.moovweb.com).