]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove mention of Extend page from readme and index page
authorMark Otto <otto@github.com>
Sat, 12 Jan 2013 21:57:41 +0000 (13:57 -0800)
committerMark Otto <otto@github.com>
Sat, 12 Jan 2013 21:57:41 +0000 (13:57 -0800)
README.md
docs/index.html
docs/templates/pages/index.mustache

index de6973b85fdb383b2beb4046a6dccbc80b78fec6..2714cdf9ee28709863daa62b707293709afa9d69 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,7 +63,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/extend.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.
 
 + **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.
index d7dd74ff5476a65d3047c7806a1f5166ec4be573..b941e2261f9f004d1ba1d73eec14ba610a63f038 100644 (file)
@@ -80,9 +80,6 @@
       <li>
         <a href="./getting-started.html#examples" >Examples</a>
       </li>
-      <li>
-        <a href="./extend.html" >Extend</a>
-      </li>
       <li>Version 3.0.0</li>
     </ul>
   </div>
index b0eb23bf2454d343b74f9353b3203de91ca2d13c..1c71d11514b681aaee4309b3943b4448597d523e 100644 (file)
@@ -12,9 +12,6 @@
       <li>
         <a href="./getting-started.html#examples" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"{{/production}}>Examples</a>
       </li>
-      <li>
-        <a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a>
-      </li>
       <li>Version 3.0.0</li>
     </ul>
   </div>