Skip to content

Commit a95d986

Browse files
committed
coffeescript.org goes HTTPS!
1 parent 846c0e4 commit a95d986

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ unless process.env.NODE_DISABLE_COLORS
1717
header = """
1818
/**
1919
* CoffeeScript Compiler v#{CoffeeScript.VERSION}
20-
* http://coffeescript.org
20+
* https://coffeescript.org
2121
*
2222
* Copyright 2011, Jeremy Ashkenas
2323
* Released under the MIT License

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Compile a script:
4949
coffee -c /path/to/script.coffee
5050
```
5151

52-
For documentation, usage, and examples, see: http://coffeescript.org/
52+
For documentation, usage, and examples, see: https://coffeescript.org/
5353

5454
To suggest a feature or report a bug: http://github.com/jashkenas/coffeescript/issues
5555

5656
If you'd like to chat, drop by #coffeescript on Freenode IRC.
5757

5858
The source repository: https://github.com/jashkenas/coffeescript.git
5959

60-
Changelog: http://coffeescript.org/#changelog
60+
Changelog: https://coffeescript.org/#changelog
6161

6262
Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors

docs/v1/extras/coffee-script.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
55
<title>CoffeeScript</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<link rel="canonical" href="http://coffeescript.org" />
7+
<link rel="canonical" href="https://coffeescript.org" />
88
<link rel="stylesheet" type="text/css" href="v1/css/docs.css" />
99
<link rel="stylesheet" type="text/css" href="v1/css/tomorrow.css" />
1010
<link rel="shortcut icon" href="v1/images/favicon.ico" />

documentation/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
55
<title>CoffeeScript</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<link rel="canonical" href="http://coffeescript.org" />
7+
<link rel="canonical" href="https://coffeescript.org" />
88
<link rel="stylesheet" type="text/css" href="v1/css/docs.css" />
99
<link rel="stylesheet" type="text/css" href="v1/css/tomorrow.css" />
1010
<link rel="shortcut icon" href="v1/images/favicon.ico" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test": "node ./bin/cake test",
3333
"test-harmony": "node --harmony ./bin/cake test"
3434
},
35-
"homepage": "http://coffeescript.org",
35+
"homepage": "https://coffeescript.org",
3636
"bugs": "https://github.com/jashkenas/coffeescript/issues",
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)