Commit 9e5a43ce 9e5a43ce7504d1fabc9470c31c6a82e43abc63ca by Nicolas Perriault

Merge pull request #683 from andyshinn/fix_module_doc_links

Syntax fix and link addition for module writing doc
2 parents ca361d38 05147bb8
...@@ -36,7 +36,9 @@ From your root casper script:: ...@@ -36,7 +36,9 @@ From your root casper script::
36 Like PhantomJS, CasperJS allows using nodejs modules installed through npm_. 36 Like PhantomJS, CasperJS allows using nodejs modules installed through npm_.
37 37
38 As an example, let's install the underscore_ library: 38 As an example, let's install the underscore_ library:
39
39 .. _npm: https://npmjs.org/ 40 .. _npm: https://npmjs.org/
41 .. _underscore: http://underscorejs.org/
40 42
41 .. code-block:: text 43 .. code-block:: text
42 44
......