Skip to content

Commit

Permalink
Merge pull request #90 from OpenBrews/develop
Browse files Browse the repository at this point in the history
HOTFIX: Fix apk link on website
  • Loading branch information
MichaelWashburnJr authored Nov 11, 2016
2 parents 5f53772 + fc6e064 commit 34e4468
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ <h1>OpenBrews</h1>
<iframe src="https://ghbtns.com/github-btn.html?user=OpenBrews&repo=OpenBrews&type=star&count=true&size=large" frameborder="0" scrolling="0" width="135px" height="30px"></iframe>

<h2>Android Alpha Release</h2>
<div class="btn-group btn-group-justified">
<a class="btn btn-orange" href="releases/openbrews-x86-0.1.0.apk"><i class="glyphicon glyphicon-download-alt"></i> 32 Bit APK</a>
<a class="btn btn-default" href="releases/openbrews-armv7-0.1.0.apk"><i class="glyphicon glyphicon-download-alt"></i> ARM APK</a>
<a class="btn btn-danger" href="releases/openbrews-x86_64-0.1.0.apk"><i class="glyphicon glyphicon-download-alt"></i> 64 Bit APK (Unsupported)</a>
</div>
<a class="btn btn-orange" href="releases/openbrews-0.1.0.apk"><i class="glyphicon glyphicon-download-alt"></i> OpenBrews APK</a>
</div>
</div>
<div class="container">
Expand Down

0 comments on commit 34e4468

Please sign in to comment.