diff --git a/Cakefile b/Cakefile index adad98ce..d1d0241c 100644 --- a/Cakefile +++ b/Cakefile @@ -17,7 +17,7 @@ unless process.env.NODE_DISABLE_COLORS header = """ /** * CoffeeScript Compiler v#{CoffeeScript.VERSION} - * http://coffeescript.org + * https://coffeescript.org * * Copyright 2011, Jeremy Ashkenas * Released under the MIT License diff --git a/README.md b/README.md index 486d7d26..787fa35a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Compile a script: coffee -c /path/to/script.coffee ``` -For documentation, usage, and examples, see: http://coffeescript.org/ +For documentation, usage, and examples, see: https://coffeescript.org/ To suggest a feature or report a bug: http://github.com/jashkenas/coffeescript/issues @@ -57,6 +57,6 @@ If you'd like to chat, drop by #coffeescript on Freenode IRC. The source repository: https://github.com/jashkenas/coffeescript.git -Changelog: http://coffeescript.org/#changelog +Changelog: https://coffeescript.org/#changelog Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors diff --git a/docs/v1/extras/coffee-script.js b/docs/v1/extras/coffee-script.js index 5edf935e..b6a1fa5c 100644 --- a/docs/v1/extras/coffee-script.js +++ b/docs/v1/extras/coffee-script.js @@ -1,6 +1,6 @@ /** * CoffeeScript Compiler v1.11.1 - * http://coffeescript.org + * https://coffeescript.org * * Copyright 2011, Jeremy Ashkenas * Released under the MIT License diff --git a/docs/v1/index.html b/docs/v1/index.html index 5437b384..4b60279b 100644 --- a/docs/v1/index.html +++ b/docs/v1/index.html @@ -4,7 +4,7 @@