From eab843f497ac85dc485c725cc11e05c0b1d572ef Mon Sep 17 00:00:00 2001 From: Ted Scharff Date: Wed, 30 May 2012 14:14:17 -0700 Subject: [PATCH] Name links --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 89920ac..70039ad 100644 --- a/README.rst +++ b/README.rst @@ -22,8 +22,7 @@ MDN has a nice, concise overview of the language: https://developer.mozilla.org/ If you're accustomed to object oriented languages with class-based inheritence, you might find this discussion of Javascript's prototype-based inheritence helpful: https://developer.mozilla.org/en/JavaScript/Introduction_to_Object-Oriented_JavaScript -If you're interested in deeper understanding, Douglas Crockford's talks are highly recommended: http://javascript.crockford.com/ -As is his book: http://shop.oreilly.com/product/9780596517748.do +If you're interested in deeper understanding, Douglas Crockford's `talks `_ are highly recommended, as is his `book `_. jQuery ~~~~~~