Skip to content

Commit

Permalink
Fix argo-ui download links to point to v2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Jan 18, 2018
1 parent a202049 commit 549870c
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-alpha3/argo-linux-amd64"><i
<a href="https://github.com/argoproj/argo/releases/download/v2.0.0-beta1/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-alpha3/argo-darwin-amd64"><i
<a href="https://github.com/argoproj/argo/releases/download/v2.0.0-beta1/argo-darwin-amd64"><i
class="fa fa-apple" aria-hidden="true"></i> macOS
</a><br>
</div>
Expand Down

0 comments on commit 549870c

Please sign in to comment.