diff --git a/docs/index.html b/docs/index.html
index 6d3f2f6b5f63ef19f33b52cc12638d9de59b857a..74a45aa6dfd561241dff4a92140008e7ead91f89 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -75,8 +75,8 @@
     <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
     <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a></p>
     <ul class="masthead-links">
-      <li><a href="./extend.html" >Extend</a></li>
       <li><a href="http://github.com/twitter/bootstrap" >GitHub project</a></li>
+      <li><a href="./extend.html" >Extend</a></li>
       <li>Version 2.1.0</li>
     </ul>
   </div>
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index b3af8b6615191145c8ab8c5f30d9db25be7c5e73..654a988469d5c993b9a1f105c69b0cdd57493c88 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -4,8 +4,8 @@
     <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
     <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.0']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a></p>
     <ul class="masthead-links">
-      <li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a></li>
       <li><a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>GitHub project</a></li>
+      <li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a></li>
       <li>Version 2.1.0</li>
     </ul>
   </div>