Skip to content

Commit

Permalink
Change download button to bintray link
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrott committed Dec 2, 2018
1 parent 6581064 commit 17effc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
<a href="https://github.com/{{ site.repository }}/archive/master.zip" class="btn">Download .zip</a>
<a href="https://bintray.com/acmerobotics/maven/ftc-dashboard" class="btn">View on Bintray</a>
</section>

<section class="main-content">
Expand Down

0 comments on commit 17effc7

Please sign in to comment.