Skip to content

Commit

Permalink
Fixed download link to latest version (sorry for that, guys).
Browse files Browse the repository at this point in the history
  • Loading branch information
inca committed Nov 7, 2013
1 parent fa839a7 commit b458693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -30,7 +30,7 @@
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div id="fixnav"><a href="http://rhojs.org" title="Rho — semantic markup language"><img src="./assets/img/rho.svg" width="64" height="64"></a><a href="https://github.com/inca/rho" title="Check out the source code at GitHub"><img src="./assets/img/gh.svg" width="64" height="64"></a><a href="https://raw.github.com/inca/rho/master/build/rho-0.1.2.min.js" title="Download minified Rho v.0.1.2 for browser"><img src="./assets/img/dl.svg" width="64" height="64"></a><a href="http://rhojs.org/love.html" title="You like Rho? Help spread the love!"><img src="./assets/img/luv.svg" width="64" height="64"></a></div>
<div id="fixnav"><a href="http://rhojs.org" title="Rho — semantic markup language"><img src="./assets/img/rho.svg" width="64" height="64"></a><a href="https://github.com/inca/rho" title="Check out the source code at GitHub"><img src="./assets/img/gh.svg" width="64" height="64"></a><a href="https://raw.github.com/inca/rho/master/build/rho-0.1.12.min.js" title="Download minified Rho v.0.1.2 for browser"><img src="./assets/img/dl.svg" width="64" height="64"></a><a href="http://rhojs.org/love.html" title="You like Rho? Help spread the love!"><img src="./assets/img/luv.svg" width="64" height="64"></a></div>
<div id="editpane">
<div class="col">
<textarea id="src" cols="80" rows="24"># Rho -- semantic markup language
Expand Down
2 changes: 1 addition & 1 deletion pages/index.jade
Expand Up @@ -12,7 +12,7 @@ block body
img(src="./assets/img/gh.svg",
width="64",
height="64")
a(href="https://raw.github.com/inca/rho/master/build/rho-0.1.2.min.js",
a(href="https://raw.github.com/inca/rho/master/build/rho-#{pkg.version}.min.js",
title="Download minified Rho v.0.1.2 for browser")
img(src="./assets/img/dl.svg",
width="64",
Expand Down

0 comments on commit b458693

Please sign in to comment.