Commit 2d3700de 2d3700dee4f19a6d98293c70dc2dcd2df65692b3 by Nicolas Perriault

updated obsolete doclinks in README

1 parent e5caf596
Showing 1 changed file with 10 additions and 10 deletions
......@@ -19,20 +19,20 @@ and [SlimerJS](http://slimerjs.org/). It eases the process of defining a full na
scenario and provides useful high-level functions, methods & syntaxic sugar for doing common
tasks such as:
- defining & ordering [navigation steps](http://casperjs.org/quickstart.html)
- [filling forms](http://casperjs.org/api.html#casper.fill)
- [clicking links](http://casperjs.org/api.html#casper.click)
- [capturing screenshots](http://casperjs.org/api.html#casper.captureSelector) of a page (or an area)
- [making assertions on remote DOM](http://casperjs.org/api.html#tester)
- [logging](http://casperjs.org/logging.html) & [events](http://casperjs.org/events-filters.html)
- [downloading base64](http://casperjs.org/api.html#casper.download) encoded resources, even binary ones
- defining & ordering [navigation steps](http://docs.casperjs.org/en/latest/quickstart.html)
- [filling forms](http://docs.casperjs.org/en/latest/modules/casper.html#fill)
- [clicking links](http://docs.casperjs.org/en/latest/modules/casper.html#click)
- [capturing screenshots](http://docs.casperjs.org/en/latest/modules/casper.html#captureselector) of a page (or an area)
- [making assertions on remote DOM](http://docs.casperjs.org/en/latest/modules/tester.html)
- [logging](http://docs.casperjs.org/en/latest/logging.html) & [events](http://docs.casperjs.org/en/latest/events-filters.html)
- [downloading](http://docs.casperjs.org/en/latest/modules/casper.html#download) resources, even binary ones
- catching errors and react accordingly
- writing [functional test suites](http://casperjs.org/testing.html), exporting results as JUnit XML (xUnit)
- writing [functional test suites](http://docs.casperjs.org/en/latest/testing.html), exporting results as JUnit XML (xUnit)
Browse the [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples).
Don't hesitate to pull request for any cool example of yours as well!
**Read the [full documentation](http://casperjs.org/) on casperjs dedicated website.**
**Read the [full documentation](http://docs.casperjs.org/) on casperjs documentation website.**
Subscribe to the [project mailing-list](https://groups.google.com/forum/#!forum/casperjs)
......@@ -64,7 +64,7 @@ Run the script:
##Support
Need help with getting CasperJS up and running? Got a time-consuming problem you want to get solved quickly?
Need help with getting CasperJS up and running? Got a time-consuming problem you want to get solved quickly?
Get <a href="http://codersclan.net/?repo_id=32">CasperJS support on CodersClan.</a>
......