Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-02-25 05:24:21 +0400
committerconnors <connor.sears@github.com>2014-02-25 05:24:21 +0400
commit96d347d4efae210dfe82f2dedd7879488a24534d (patch)
tree3bb949848f021d5289f51cd848b98e574db1527d
parent540ca9dacf5d27879adc105a11984c0bc14cda26 (diff)
get event tracking set up
-rw-r--r--docs/_includes/download-module.html2
-rw-r--r--docs/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/download-module.html b/docs/_includes/download-module.html
index 0b62930..fa0ba70 100644
--- a/docs/_includes/download-module.html
+++ b/docs/_includes/download-module.html
@@ -1,5 +1,5 @@
<div class="docs-module">
<h4 class="docs-module-title">Download Ratchet</h4>
<p>If you haven't already, download the cource code for Ratchet.</p>
- <a href="#" class="btn btn-block btn-primary" data-ignore="push">Download Ratchet</a>
+ <a href="https://github.com/maker/ratchet/archive/2.0.0.zip" class="btn btn-block btn-primary" data-ignore="push" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0']);">Download Ratchet</a>
</div> \ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index fd3e832..330b8e2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7,7 +7,7 @@ title: Ratchet
{% include masthead.html %}
<div class="docs-header-content">
<p class="docs-subtitle">Build mobile apps with simple HTML&#8218; CSS&#8218; and JS components.</p>
- <a data-ignore="push" href="http://maker.github.com/ratchet/ratchet.zip" class="btn btn-primary" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0']);">Download Ratchet</a>
+ <a data-ignore="push" href="https://github.com/maker/ratchet/archive/2.0.0.zip" class="btn btn-primary" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0']);">Download Ratchet</a>
</div>
{% include ad.html %}