Merge pull request #849 from bewildergeist/download-links-to-installation

Point Download button and topnav link to installation.html
This commit is contained in:
Leo Horie 2015-12-01 18:38:09 -05:00
commit b12453b156
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ Mithril is available from a variety of sources:
### Direct download
You can [download a zip of the latest version version here](http://lhorie.github.io/mithril/mithril.min.zip).
You can [download a zip of the latest version version here](mithril.min.zip).
Links to older versions can be found in the [change log](change-log.html).

View file

@ -14,7 +14,7 @@
<a href="mithril.html">API</a>
<a href="community.html">Community</a>
<a href="http://lhorie.github.io/mithril-blog">Learn</a>
<a href="mithril.min.zip">Download</a>
<a href="installation.html">Download</a>
<a href="http://github.com/lhorie/mithril.js" target="_blank">Github</a>
</nav>
</header>

View file

@ -14,7 +14,7 @@
<a href="mithril.html">API</a>
<a href="community.html">Community</a>
<a href="http://lhorie.github.io/mithril-blog">Learn</a>
<a href="mithril.min.zip">Download</a>
<a href="installation.html">Download</a>
<a href="http://github.com/lhorie/mithril.js" target="_blank">Github</a>
</nav>
</header>

View file

@ -14,7 +14,7 @@
<a href="mithril.html">API</a>
<a href="community.html">Community</a>
<a href="http://lhorie.github.io/mithril-blog">Learn</a>
<a href="mithril.min.zip">Download</a>
<a href="installation.html">Download</a>
<a href="http://github.com/lhorie/mithril.js" target="_blank">Github</a>
</nav>
</header>
@ -28,7 +28,7 @@
<p>
<a class="button" href="getting-started.html">Guide</a>
<a class="button" href="mithril.min.zip">Download v$version</a>
<a class="button" href="installation.html">Download v$version</a>
</p>
<iframe src="ghbtns.html?user=lhorie&amp;repo=mithril.js&amp;type=watch&amp;count=true" frameborder="0" scrolling="0" width="100" height="20"></iframe>