Prechádzať zdrojové kódy

fixed browse documentation link

Mattia Larentis 10 rokov pred
rodič
commit
79d153799e
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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>
       <p>Initialize Bootstrap Switch.</p>
       <pre><code>$("[name='my-checkbox']").bootstrapSwitch();</code></pre>
       <pre><code>$("[name='my-checkbox']").bootstrapSwitch();</code></pre>
       <p>Enjoy.</p>
       <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>
     <div class="container bottom">
     <div class="container bottom">
       <p>
       <p>

+ 1 - 1
src/docs/index.jade

@@ -47,5 +47,5 @@ block content
   .text-center
   .text-center
     a.btn.btn-lg.btn-info(href='examples.html') See Examples
     a.btn.btn-lg.btn-info(href='examples.html') See Examples
     | &nbsp;
     | &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