Commit 266ddf9e 266ddf9ebb8ca929ce6418383160a86f401a3906 by Nicolas Perriault

updated documentation url

1 parent 6340c124
...@@ -21,10 +21,10 @@ CasperJS Changelog ...@@ -21,10 +21,10 @@ CasperJS Changelog
21 events as a fallback; some real world testing have surprinsingly proven the former being often 21 events as a fallback; some real world testing have surprinsingly proven the former being often
22 more efficient than the latter 22 more efficient than the latter
23 - fixed casperjs executable could not handle a `PHANTOMJS_EXECUTABLE` containing spaces 23 - fixed casperjs executable could not handle a `PHANTOMJS_EXECUTABLE` containing spaces
24 - fixed casper could not be used without the executable [as documented](http://n1k0.github.com/casperjs/#faq-executable) 24 - fixed casper could not be used without the executable [as documented](http://casperjs.org/#faq-executable)
25 - fixed wrong `debug` log level on `ClientUtils.click()` error; set to `error` 25 - fixed wrong `debug` log level on `ClientUtils.click()` error; set to `error`
26 26
27 Please check the [updated documentation](http://n1k0.github.com/casperjs). 27 Please check the [updated documentation](http://casperjs.org).
28 28
29 2012-01-12, v0.6.0 29 2012-01-12, v0.6.0
30 ------------------ 30 ------------------
...@@ -42,7 +42,7 @@ Please check the [updated documentation](http://n1k0.github.com/casperjs). ...@@ -42,7 +42,7 @@ Please check the [updated documentation](http://n1k0.github.com/casperjs).
42 - added printing of source file path for any uncaught exception printed onto the console 42 - added printing of source file path for any uncaught exception printed onto the console
43 - added an emulation of stack trace printing (but PhantomJS will have to upgrade its javascript engine for it to be fully working though) 43 - added an emulation of stack trace printing (but PhantomJS will have to upgrade its javascript engine for it to be fully working though)
44 44
45 Please check the [updated documentation](http://n1k0.github.com/casperjs). 45 Please check the [updated documentation](http://casperjs.org).
46 46
47 --- 47 ---
48 48
......
...@@ -17,6 +17,6 @@ high-level functions, methods & syntaxic sugar for doing common tasks such as: ...@@ -17,6 +17,6 @@ high-level functions, methods & syntaxic sugar for doing common tasks such as:
17 Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). 17 Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples).
18 Don't hesitate to pull request for any cool example of yours as well! 18 Don't hesitate to pull request for any cool example of yours as well!
19 19
20 **Read the [full documentation](http://n1k0.github.com/casperjs/) 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) 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
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
...@@ -17,4 +17,4 @@ Options: ...@@ -17,4 +17,4 @@ Options:
17 --script-encoding Sets the encoding used for the starting script (default is 'utf8') 17 --script-encoding Sets the encoding used for the starting script (default is 'utf8')
18 --version Prints out CasperJS version 18 --version Prints out CasperJS version
19 19
20 Read the docs http://n1k0.github.com/casperjs/
...\ No newline at end of file ...\ No newline at end of file
20 Read the docs http://casperjs.org/
...\ No newline at end of file ...\ No newline at end of file
......
1 Subproject commit 2029165d028c53aa9223e75d2505dd3b8a9002a9 1 Subproject commit 4792cc961bae909cd0f3417bae2584845f898612
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
1 /*! 1 /*!
2 * Casper is a navigation utility for PhantomJS. 2 * Casper is a navigation utility for PhantomJS.
3 * 3 *
4 * Documentation: http://n1k0.github.com/casperjs/ 4 * Documentation: http://casperjs.org/
5 * Repository: http://github.com/n1k0/casperjs 5 * Repository: http://github.com/n1k0/casperjs
6 * 6 *
7 * Copyright (c) 2011-2012 Nicolas Perriault 7 * Copyright (c) 2011-2012 Nicolas Perriault
......
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
31 "url": "http://www.opensource.org/licenses/mit-license.php" 31 "url": "http://www.opensource.org/licenses/mit-license.php"
32 } 32 }
33 ], 33 ],
34 "homepage": "http://n1k0.github.com/casperjs" 34 "homepage": "http://casperjs.org"
35 } 35 }
......