change dist output a bit
[ratchet] / docs / index.html
index dec5bac..6bd0911 100644 (file)
@@ -74,7 +74,7 @@
       <div class="docs-inner-wrapper">
         <hgroup class="docs-header-text">
           <h2 class="docs-header-subtitle">Prototype iPhone apps with simple HTML, CSS and JS components.</h2>
-          <a data-ignore="push" href="#" class="docs-btn" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V1.0']);">Download Ratchet</a>
+          <a data-ignore="push" href="http://maker.github.com/ratchet/ratchet.zip" class="docs-btn" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V1.0']);">Download Ratchet</a>
         </hgroup>
       </div>
       <section class="social">
@@ -1109,7 +1109,7 @@ window.addEventListener('push', myFunction);
           <ol class="steps">
               <li class="step">
               <h3 class="step-title">1. Fixed bars come first</h3>
-              <p class="step-description">All fixed bars (<code>.bar-title, .bar-tab, .bar-header-secondary, .bar-footer)</code>) should always be the first thing in the <code>&lt;body&gt;</code> of the page. This is really important!</p>
+              <p class="step-description">All fixed bars (<code>.bar-title, .bar-tab, .bar-header-secondary, .bar-footer</code>) should always be the first thing in the <code>&lt;body&gt;</code> of the page. This is really important!</p>
             </li>
             <li class="step">
               <h3 class="step-title">2. Everything else goes in <code>.content</code></h3>