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::
Like PhantomJS, CasperJS allows using nodejs modules installed through npm_.
As an example, let's install the underscore_ library:
.. _npm: https://npmjs.org/
.. _underscore: http://underscorejs.org/
.. code-block:: text
......