From 351263a6f47df080e6a0a8e351084e950c9c88c7 Mon Sep 17 00:00:00 2001 From: Gabriel Ruiz Date: Mon, 12 May 2014 12:47:35 -0700 Subject: added additional resources to coffeescript file --- coffeescript.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'coffeescript.html.markdown') diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown index 4fdf5903..8fa2e81f 100644 --- a/coffeescript.html.markdown +++ b/coffeescript.html.markdown @@ -95,3 +95,9 @@ eat food for food in foods when food isnt 'chocolate' # } #} ``` + +## Additional resources + +- [The Little Book on CoffeeScript](http://arcturo.github.io/library/coffeescript/) +- [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/) +- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto) -- cgit v1.2.3 From 14807c0eb73cd6bdd9ff291823d869fc337062e9 Mon Sep 17 00:00:00 2001 From: Gabriel Ruiz Date: Mon, 12 May 2014 14:12:39 -0700 Subject: removed little book on coffeescript --- coffeescript.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'coffeescript.html.markdown') diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown index 8fa2e81f..d96eed39 100644 --- a/coffeescript.html.markdown +++ b/coffeescript.html.markdown @@ -98,6 +98,5 @@ eat food for food in foods when food isnt 'chocolate' ## Additional resources -- [The Little Book on CoffeeScript](http://arcturo.github.io/library/coffeescript/) - [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/) -- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto) +- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) -- cgit v1.2.3