Merge pull request #683 from andyshinn/fix_module_doc_links
Syntax fix and link addition for module writing doc
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment