mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Revert to http://coffeescript.org until GitHub pages supports HTTPS for custom domains (#4363)
This commit is contained in:
parent
24033eb11a
commit
a49c5c5150
6 changed files with 7 additions and 7 deletions
2
Cakefile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* CoffeeScript Compiler v1.11.1
|
||||
* https://coffeescript.org
|
||||
* http://coffeescript.org
|
||||
*
|
||||
* Copyright 2011, Jeremy Ashkenas
|
||||
* Released under the MIT License
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||
<title>CoffeeScript</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="canonical" href="https://coffeescript.org" />
|
||||
<link rel="canonical" href="http://coffeescript.org" />
|
||||
<link rel="stylesheet" type="text/css" href="v1/css/docs.css" />
|
||||
<link rel="stylesheet" type="text/css" href="v1/css/tomorrow.css" />
|
||||
<link rel="shortcut icon" href="v1/images/favicon.ico" />
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||
<title>CoffeeScript</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="canonical" href="https://coffeescript.org" />
|
||||
<link rel="canonical" href="http://coffeescript.org" />
|
||||
<link rel="stylesheet" type="text/css" href="v1/css/docs.css" />
|
||||
<link rel="stylesheet" type="text/css" href="v1/css/tomorrow.css" />
|
||||
<link rel="shortcut icon" href="v1/images/favicon.ico" />
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue