Browse Source

fixed browse documentation link

Mattia Larentis 10 years ago
parent
commit
79d153799e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      index.html
  2. 1 1
      src/docs/index.jade

+ 1 - 1
index.html

@@ -94,7 +94,7 @@
       <p>Initialize Bootstrap Switch.</p>
       <pre><code>$("[name='my-checkbox']").bootstrapSwitch();</code></pre>
       <p>Enjoy.</p>
-      <div class="text-center"><a href="examples.html" class="btn btn-lg btn-info">See Examples</a>&nbsp;<a href="documentation-3.html" class="btn btn-lg btn-default">Browse Documentation</a></div>
+      <div class="text-center"><a href="examples.html" class="btn btn-lg btn-info">See Examples</a>&nbsp;<a href="options-3.html" class="btn btn-lg btn-default">Browse Documentation</a></div>
     </div>
     <div class="container bottom">
       <p>

+ 1 - 1
src/docs/index.jade

@@ -47,5 +47,5 @@ block content
   .text-center
     a.btn.btn-lg.btn-info(href='examples.html') See Examples
     | &nbsp;
-    a.btn.btn-lg.btn-default(href='documentation-3.html') Browse Documentation
+    a.btn.btn-lg.btn-default(href='options-3.html') Browse Documentation