Skip to content

Commit

Permalink
Better clickable links
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 7, 2016
1 parent 12f8b2a commit 24afbe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,22 @@ <h2 class="section-heading">OSX</h2>
<ul class="download-steps">
<li>Use Homebrew to install Forge natively for use on the command-line, via <code>brew install jboss-forge</code></li>
<li>Or use <code>curl http://forge.jboss.org/sh | sh</code></li>
<li>Or grab the <a target="_self" href="http://downloads.jboss.org/forge/releases/{{metadata.latestVersion}}/forge-distribution-{{metadata.latestVersion}}-offline.zip">ZIP</a> to install Forge natively on OSX</li>
<li>Or <a target="_self" href="http://downloads.jboss.org/forge/releases/{{metadata.latestVersion}}/forge-distribution-{{metadata.latestVersion}}-offline.zip">grab the ZIP to install Forge natively on OSX</a></li>
</ul>
</div>

<div class="col-sm-4 col-xs-12">
<h2 class="section-heading">Linux</h2>
<ul class="download-steps">
<li>Use <code>curl http://forge.jboss.org/sh | sh</code></li>
<li>Or grab the <a target="_self" href="http://downloads.jboss.org/forge/releases/{{metadata.latestVersion}}/forge-distribution-{{metadata.latestVersion}}-offline.zip">ZIP</a> to install Forge natively on Linux</li>
<li>Or <a target="_self" href="http://downloads.jboss.org/forge/releases/{{metadata.latestVersion}}/forge-distribution-{{metadata.latestVersion}}-offline.zip">grab the ZIP to install Forge natively on Linux</a></li>
</ul>
</div>

<div class="col-sm-4 col-xs-12">
<h2 class="section-heading">Windows</h2>
<ul class="download-steps">
<li>Grab the <a target="_self" href="http://downloads.jboss.org/forge/releases/{{metadata.latestVersion}}/forge-distribution-{{metadata.latestVersion}}-offline.zip">ZIP</a> to install Forge natively on Windows</li>
<li><a target="_self" href="http://downloads.jboss.org/forge/releases/{{metadata.latestVersion}}/forge-distribution-{{metadata.latestVersion}}-offline.zip">Grab the ZIP to install Forge natively on Windows</a></li>
</ul>
</div>
</div><!-- / .row -->
Expand Down

0 comments on commit 24afbe1

Please sign in to comment.