Skip to content

Commit efb9f40

Browse files
authored
Merge pull request #17 from Stanzilla/update_downloads
point all download links to GitHub's `latest` release page
2 parents 085079b + e84d8dc commit efb9f40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ <h3>Download</h3>
7272
</div>
7373

7474
<div class="bit-2">
75-
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.3/cmder_mini.zip">
76-
<button class="gray">Download mini</button>
75+
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/cmderdev/cmder/releases/latest">
76+
<button class="gray">Download Mini</button>
7777
</a>
78-
<small>7.8MB</small>
78+
<small>~7.8MB</small>
7979
</div>
8080
<div class="bit-2">
81-
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.3/cmder.zip">
82-
<button class="blue">Download full</button>
81+
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/cmderdev/cmder/releases/latest">
82+
<button class="blue">Download Full</button>
8383
</a>
84-
<small>(With git-for-windows) 100MB</small>
84+
<small>(With Git for Windows) ~100MB</small>
8585
<small>
86-
<em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.3/cmder.7z">52MB 7z</a></em>
86+
<em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/cmderdev/cmder/releases/latest">~52MB 7z</a></em>
8787
</small>
8888
</div>
8989

0 commit comments

Comments
 (0)