Skip to content

Commit

Permalink
Update help page links (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmt authored Jan 2, 2018
1 parent 53dac4c commit e7ba2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/+help/help.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ <h3>Contact</h3>
<h3>Argo CLI</h3>
<div class="row text-left help-box__download">
<div class="columns small-6">
<a href="https://github.com/argoproj/argo/releases/download/v2.0.0-alpha2/argo-linux-amd64"><i
<a href="https://github.com/argoproj/argo/releases/download/v2.0.0-alpha3/argo-linux-amd64"><i
class="fa fa-linux" aria-hidden="true"></i> Linux
</a>
</div>
<div class="columns small-6">
<a href="https://github.com/argoproj/argo/releases/download/v2.0.0-alpha2/argo-darwin-amd64"><i
<a href="https://github.com/argoproj/argo/releases/download/v2.0.0-alpha3/argo-darwin-amd64"><i
class="fa fa-apple" aria-hidden="true"></i> macOS
</a><br>
</div>
Expand Down

0 comments on commit e7ba2b4

Please sign in to comment.