From: Chris Rebert Date: Tue, 6 Aug 2013 21:01:10 +0000 (-0700) Subject: update phantomjs link X-Git-Tag: v3.0.0-rc.2~55^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521f852744399a6e9f1cf1b944db682b56b85c3a;p=thirdparty%2Fbootstrap.git update phantomjs link --- diff --git a/README.md b/README.md index 7daa83c615..d6f5893c15 100644 --- 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.