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 @@ CoffeeScript - + diff --git a/documentation/index.html.js b/documentation/index.html.js index 66e84f07..29b7076b 100644 --- a/documentation/index.html.js +++ b/documentation/index.html.js @@ -4,7 +4,7 @@ CoffeeScript - + diff --git a/package.json b/package.json index db39a08c..5cc171ec 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test": "node ./bin/cake test", "test-harmony": "node --harmony ./bin/cake test" }, - "homepage": "http://coffeescript.org", + "homepage": "https://coffeescript.org", "bugs": "https://github.com/jashkenas/coffeescript/issues", "repository": { "type": "git",