From a49c5c51507d91e78c592c7c3d0b1b8032e7f8f9 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Thu, 17 Nov 2016 09:57:03 -0800 Subject: [PATCH] Revert to http://coffeescript.org until GitHub pages supports HTTPS for custom domains (#4363) --- Cakefile | 2 +- README.md | 4 ++-- docs/v1/extras/coffee-script.js | 2 +- docs/v1/index.html | 2 +- documentation/index.html.js | 2 +- package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cakefile b/Cakefile index d1d0241c..adad98ce 100644 --- a/Cakefile +++ b/Cakefile @@ -17,7 +17,7 @@ unless process.env.NODE_DISABLE_COLORS header = """ /** * CoffeeScript Compiler v#{CoffeeScript.VERSION} - * https://coffeescript.org + * http://coffeescript.org * * Copyright 2011, Jeremy Ashkenas * Released under the MIT License diff --git a/README.md b/README.md index 787fa35a..486d7d26 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: https://coffeescript.org/ +For documentation, usage, and examples, see: http://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: https://coffeescript.org/#changelog +Changelog: http://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 b6a1fa5c..5edf935e 100644 --- a/docs/v1/extras/coffee-script.js +++ b/docs/v1/extras/coffee-script.js @@ -1,6 +1,6 @@ /** * CoffeeScript Compiler v1.11.1 - * https://coffeescript.org + * http://coffeescript.org * * Copyright 2011, Jeremy Ashkenas * Released under the MIT License diff --git a/docs/v1/index.html b/docs/v1/index.html index b08b271b..e044eb91 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 df02c110..c2709d41 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 5cc171ec..db39a08c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test": "node ./bin/cake test", "test-harmony": "node --harmony ./bin/cake test" }, - "homepage": "https://coffeescript.org", + "homepage": "http://coffeescript.org", "bugs": "https://github.com/jashkenas/coffeescript/issues", "repository": { "type": "git",