Commit 41bd2e6b 41bd2e6b97081e9006cc2b31b331824d83ca6b90 by Mathieu Agopian

added 'contribute to docs' in the README, updated doc link

1 parent 24a362a9
...@@ -19,4 +19,11 @@ Don't hesitate to pull request for any cool example of yours as well! ...@@ -19,4 +19,11 @@ Don't hesitate to pull request for any cool example of yours as well!
19 19
20 **Read the [full documentation](http://casperjs.org/) on casperjs dedicated website.** 20 **Read the [full documentation](http://casperjs.org/) on casperjs dedicated website.**
21 21
22 Subscribe to the [project mailing-list](https://groups.google.com/forum/#!forum/casperjs)
...\ No newline at end of file ...\ No newline at end of file
22 Subscribe to the [project mailing-list](https://groups.google.com/forum/#!forum/casperjs)
23
24
25 ## Contributing to the docs
26
27 CasperJS's documentation is written using the [Markdown format](http://daringfireball.net/projects/markdown/), and hosted on Github thanks to the [Github Pages Feature](http://pages.github.com/).
28
29 To view the source files on github, head to [the gh-pages branch](https://github.com/n1k0/casperjs/tree/gh-pages), and check the [documentation's README](https://github.com/n1k0/casperjs/tree/gh-pages#readme) for further instructions.
......
1 Subproject commit bf2044fb6a75c5c289f5ee20b87d21f8cc193c05 1 Subproject commit 86cb4f046a143c5613b07d0e8f908853c8ff86d0
......