]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Updating README link about Less compilation. 5508/head
authorBradly Feeley <bradlyf@gmail.com>
Sun, 14 Oct 2012 01:37:18 +0000 (18:37 -0700)
committerBradly Feeley <bradlyf@gmail.com>
Sun, 14 Oct 2012 01:38:34 +0000 (18:38 -0700)
README.md

index 82d515d191c38df0394df66d42d0f20957b99cc6..23268862b362ff7f620d4feb793f6b0c1111b04f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ $ npm install recess connect uglify-js jshint -g
 ```
 
 + **build** - `make`
-Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
+Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/extend.html#compiling">Read more in our docs &raquo;</a>
 
 + **test** - `make test`
 Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.