Skip to content

Commit

Permalink
Use coffeescript.org instead of github link.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Mar 14, 2013
1 parent e5fb32d commit 45fef52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/client/packages/coffeescript.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{{#better_markdown}}
## `coffeescript`

[CoffeeScript](http://jashkenas.github.com/coffee-script/) is a little language that compiles into JavaScript. It
provides a simple syntax without lots of braces and parentheses. The
code compiles one-to-one into the equivalent JS, and there is no
interpretation at runtime.
[CoffeeScript](http://coffeescript.org/) is a little language that
compiles into JavaScript. It provides a simple syntax without lots of
braces and parentheses. The code compiles one-to-one into the
equivalent JS, and there is no interpretation at runtime.

CoffeeScript is supported on both the client and the server. Files
ending with `.coffee` or `.litcoffee` are automatically compiled to
ending with `.coffee` or `.litcoffee` are automatically compiled to
JavaScript.

{{/better_markdown}}
Expand Down

0 comments on commit 45fef52

Please sign in to comment.