]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update phantomjs link
authorChris Rebert <github@rebertia.com>
Tue, 6 Aug 2013 21:01:10 +0000 (14:01 -0700)
committerChris Rebert <github@rebertia.com>
Tue, 6 Aug 2013 21:01:10 +0000 (14:01 -0700)
README.md

index 7daa83c615770dc32e8d343c3a3c1eb1566a0aee..d6f5893c154e6ec160305803883fa05d529fb590 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`
 `grunt dist` creates the `/dist` directory with compiled files. **Requires [recess](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).**
 
 #### Tests - `grunt test`
-Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires [phantomjs](https://github.com/ariya/phantomjs/).**
+Runs jshint and qunit tests headlessly in [phantomjs](https://github.com/ariya/phantomjs/) (used for CI). **Requires [phantomjs](https://github.com/ariya/phantomjs/).**
 
 #### Watch - `grunt watch`
 This is a convenience method for watching just Less files and automatically building them whenever you save.